Add a check for the existence of the LastTestsFailed.log file to rest… (#213)
Remove rerun failed tests
This commit is contained in:

committed by
GitHub

parent
ed3e1ac2ec
commit
4300f1d80e
@ -81,7 +81,6 @@ else
|
|||||||
eval "arguments=(${test_set})"
|
eval "arguments=(${test_set})"
|
||||||
ctest -N "${arguments[@]}"
|
ctest -N "${arguments[@]}"
|
||||||
ctest -VV "${arguments[@]}"
|
ctest -VV "${arguments[@]}"
|
||||||
ctest --rerun-failed -VV
|
|
||||||
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