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