File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 pch : 1
108108 archive-success : basic-build
109109 dont_skip_data_only_changes : 1
110- mods : --mods= magiclysm|xedra_evolved
110+ mods : magiclysm|xedra_evolved
111111 title : Basic Build and Test (Clang oldest supported, Ubuntu, Curses)
112112 ccache_limit : 4.5G
113113 ccache_key : linux-llvm-13
Original file line number Diff line number Diff line change 5757 export UBSAN_OPTIONS=print_stacktrace=1
5858 parallel -j " $num_test_jobs " ${parallel_opts} " run_test './tests/cata_test' '('{}')=> ' --user-dir=test_user_dir_{#} {}" ::: " [slow] ~starting_items" " ~[slow] ~[.],starting_items"
5959 if [ -n " $MODS " ]
60- MODLIST=${MODS# --mods=}
6160 then
62- for MODSET in ${MODLIST // |/ } ; do
61+ for MODSET in ${MODS // |/ } ; do
6362 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"
6463 done
6564 fi
You can’t perform that action at this time.
0 commit comments