Adopt run_test.sh for parallel test execution from BuildBot

This commit is contained in:
Timofey Turenko 2020-03-23 16:15:25 +02:00
parent a8e2584bfc
commit efe5bdfd9f

View File

@ -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