Skip to content

Commit 534bfae

Browse files
committed
Whoopsie doopsie actually run the tests instead of echoing
1 parent 8924492 commit 534bfae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build-scripts/gha_test_only.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ else
6060
MODLIST=${MODS#--mods=}
6161
then
6262
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"
63+
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"
6664
done
6765
fi
6866

0 commit comments

Comments
 (0)