From 6a1b495a88d4ad2efc3466ebe8aff8b4e9f8a22a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 26 Sep 2013 15:09:11 +0000 Subject: [PATCH] Disable retry for now git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30957 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/run_testsuite.cmake | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index 468722a1fb..176cbe1c95 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -438,14 +438,6 @@ ENDIF() # And finally submit: # -CTEST_SUBMIT(RETRY_COUNT 2 RETRY_DELAY 30 RETURN_VALUE _res) -IF("${_res}" STREQUAL "0") - MESSAGE("-- Test submission successful.") -ELSE() - MESSAGE(FATAL_ERROR " -Test submission failed. -" - ) -ENDIF() +CTEST_SUBMIT() -# .oO( This script is freaky 451 lines long... ) +# .oO( This script is freaky 443 lines long... ) -- 2.39.5