-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
TIG 2018-04-09
The following code in "scons compile" requires a quote for the macro ${targets}:
if [ ${targets} = "all" ] && [ -n "${num_scons_compile_all_jobs_available|}" ]; then echo "Changing SCons to run with --jobs=${num_scons_compile_all_jobs_available|}" extra_args="$extra_args --jobs=${num_scons_compile_all_jobs_available|}" fi
It produces this error
sh: line 10: [: too many arguments
- is related to
-
SERVER-33204 Modify Evergreen.yml to support Benchmark
- Closed