Skip to content

Commit

Permalink
I need to not delet the pswi so we can check where the issue happened…
Browse files Browse the repository at this point in the history
… - like if the PSWI wouuld be fine then there is a problem with testing

Signed-off-by: mm667937 <[email protected]>
  • Loading branch information
muzikovam committed Oct 24, 2024
1 parent 76dd37a commit 37f022d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pswi/PSWI-marist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ if [ $presmpe -eq 0 ]; then
sh 051_test_workflows.sh
wf_test=$?
fi

#
# Cleanup after the test
sh 06_test_cleanup.sh
#sh 06_test_cleanup.sh
fi
else
#else
# Cleanup of SMP/E if PTF weren't successful - because the earlier cleanup runs only it it was success
sh 07_smpe_cleanup.sh
# sh 07_smpe_cleanup.sh
# Clean RELFILEs and PTFs
sh 08_presmpe_cleanup.sh
# sh 08_presmpe_cleanup.sh
fi
else
# Cleanup of SMP/E if SMPE weren't successful - because the earlier cleanup runs only it it was success
Expand Down

0 comments on commit 37f022d

Please sign in to comment.