Add a check for the existence of the LastTestsFailed.log file to rest… (#213)

Remove rerun failed tests
This commit is contained in:
DmitriyKarpovskiy1 2020-11-18 16:35:42 +03:00 committed by GitHub
parent ed3e1ac2ec
commit 4300f1d80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,6 @@ else
eval "arguments=(${test_set})"
ctest -N "${arguments[@]}"
ctest -VV "${arguments[@]}"
ctest --rerun-failed -VV
fi
cp core.* ${logs_publish_dir}
${script_dir}/copy_logs.sh