Skip to content

Commit

Permalink
Fix typo in GitHub Actions CI test script (#55084)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored Feb 4, 2022
1 parent cfcdefb commit b175519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/gha_test_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ else
parallel -j "$num_test_jobs" --verbose --linebuffer "run_test './tests/cata_test' '('{}')=> ' --user-dir=test_user_dir_{#} {}" ::: "[slow] ~starting_items" "~[slow] ~[.],starting_items"
if [ -n "$MODS" ]
then
parallel -j "$num_test_jobs" --verbose --linebuffer "run_test './tests/cata_test' 'Mods-('{}')=> ' $(printf %q "${MODS}") --user-dir=modded_{#} {}" ::: "[slow] ~starting_items","~[slow] ~[.],starting_items"
parallel -j "$num_test_jobs" --verbose --linebuffer "run_test './tests/cata_test' 'Mods-('{}')=> ' $(printf %q "${MODS}") --user-dir=modded_{#} {}" ::: "[slow] ~starting_items" "~[slow] ~[.],starting_items"
fi

if [ -n "$TEST_STAGE" ]
Expand Down

0 comments on commit b175519

Please sign in to comment.