Merge branch '2.3' into 2.4
This commit is contained in:
commit
6f7cc921cc
@ -106,6 +106,7 @@ else
|
||||
eval "arguments=(${test_set})"
|
||||
ctest -N "${arguments[@]}"
|
||||
ctest -VV "${arguments[@]}"
|
||||
ctest --rerun-failed -VV
|
||||
fi
|
||||
|
||||
if [[ "$name" =~ '-gcov' ]]
|
||||
|
@ -80,6 +80,7 @@ fi
|
||||
|
||||
ulimit -c unlimited
|
||||
ctest $test_set -VV
|
||||
ctest --rerun-failed -VV
|
||||
cp core.* ${logs_publish_dir}
|
||||
${script_dir}/copy_logs.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user