Skip to content

Commit

Permalink
Assume the first command fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Apr 11, 2024
1 parent 65c70e1 commit a627609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_usability_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ cat > sherpa.txt <<EOF
}(processes)
EOF

run_test "Sherpa test" "Sherpa -f sherpa.txt && ./makelibs"
run_test "Sherpa test" "Sherpa -f sherpa.txt || ./makelibs"


# Report results
Expand Down

0 comments on commit a627609

Please sign in to comment.