From 4300f1d80e3cc1a429aedd31934019598c8413e2 Mon Sep 17 00:00:00 2001 From: DmitriyKarpovskiy1 <58940841+DmitriyKarpovskiy1@users.noreply.github.com> Date: Wed, 18 Nov 2020 16:35:42 +0300 Subject: [PATCH] =?UTF-8?q?Add=20a=20check=20for=20the=20existence=20of=20?= =?UTF-8?q?the=20LastTestsFailed.log=20file=20to=20rest=E2=80=A6=20(#213)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove rerun failed tests --- system-test/mdbci/run_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/system-test/mdbci/run_test.sh b/system-test/mdbci/run_test.sh index 8c3577ab0..744dba7d7 100755 --- a/system-test/mdbci/run_test.sh +++ b/system-test/mdbci/run_test.sh @@ -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