We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8924492 commit 534bfaeCopy full SHA for 534bfae
build-scripts/gha_test_only.sh
@@ -60,9 +60,7 @@ else
60
MODLIST=${MODS#--mods=}
61
then
62
for MODSET in ${MODLIST//|/ }; do
63
- echo "$num_test_jobs" ${parallel_opts} \
64
- "run_test './tests/cata_test' 'Mods-('{}')=> ' --mods=$(printf %q "${MODSET}") --user-dir=modded_{#} {}" \
65
- ::: "[slow] ~starting_items" "~[slow] ~[.],starting_items"
+ parallel -j "$num_test_jobs" ${parallel_opts} "run_test './tests/cata_test' 'Mods-('{}')=> ' --mods=$(printf %q "${MODSET}") --user-dir=modded_{#} {}" ::: "[slow] ~starting_items" "~[slow] ~[.],starting_items"
66
done
67
fi
68
0 commit comments