Adopt run_test.sh for parallel test execution from BuildBot
This commit is contained in:
parent
a8e2584bfc
commit
efe5bdfd9f
@ -80,7 +80,9 @@ fi
|
||||
if [ ! -z "${named_test}" ] ; then
|
||||
eval ${named_test}
|
||||
else
|
||||
ctest -VV ${test_set}
|
||||
eval "arguments=(${test_set})"
|
||||
ctest -N "${arguments[@]}"
|
||||
ctest -VV "${arguments[@]}"
|
||||
fi
|
||||
cp core.* ${logs_publish_dir}
|
||||
${script_dir}/copy_logs.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user