Skip to content

Commit

Permalink
I forgot that I can't run the tests
Browse files Browse the repository at this point in the history
Signed-off-by: mm667937 <[email protected]>
  • Loading branch information
muzikovam committed Nov 25, 2024
1 parent a8035d9 commit 6010478
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pswi/PSWI-marist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ if [ $presmpe -eq 0 ]; then
if [ $create -eq 0 ]; then
# Test PSWI
sh 05_test.sh
test=$?

if [ $test -eq 0 ]; then
#test the workflows
sh 051_test_workflows.sh
wf_test=$?
fi
# test=$?
#
# if [ $test -eq 0 ]; then
# #test the workflows
# sh 051_test_workflows.sh
# wf_test=$?
# fi
# Cleanup after the test
sh 06_test_cleanup.sh
fi
Expand Down

0 comments on commit 6010478

Please sign in to comment.