From: maier Date: Thu, 26 Sep 2013 15:09:11 +0000 (+0000) Subject: Disable retry for now X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f62d903d6078072f856c3afc9b7d20255e1f942;p=dealii-svn.git Disable retry for now git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30957 0785d39b-7218-0410-832d-ea1e28bc413d --- 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... )