Skip to content

Commit

Permalink
Update test.sh (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
HennaAbbas authored Sep 24, 2024
1 parent dc7b34c commit 4ae901b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ -n "$ORB_VAL_RACE" ]; then
set -- "$@" -race
fi

if [ -n "$ORB_VAL_FAIL_FAST" ]; then
if [ "$ORB_VAL_FAILFAST" != "false" ]; then
set -- "$@" -failfast
fi

Expand Down

0 comments on commit 4ae901b

Please sign in to comment.