diff --git a/tests/compiler-tests.sh b/tests/compiler-tests.sh index e01d9de347..f16e8e5fdb 100755 --- a/tests/compiler-tests.sh +++ b/tests/compiler-tests.sh @@ -135,7 +135,7 @@ for compiler in ${images[@]}; do docker run --rm -v "${gem5_root}":"/gem5" -u $UID:$GID \ -w /gem5 --memory="${docker_mem_limit}" $repo_name \ /usr/bin/env python3 /usr/bin/scons --ignore-style \ - "${build_out}" "${build_args}" + "${build_out} ${build_args}" }>"${build_stdout}" 2>"${build_stderr}" result=$?