From f4fc2484096777cf239db09039ce1bdf19fa5a4a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 26 Sep 2013 09:43:15 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30947 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/run_testsuite.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index f349119545..448c169b0a 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -357,7 +357,7 @@ ENDIF() CTEST_START(Experimental TRACK ${TRACK}) -CTEST_CONFIGURE(OPTIONS "${_options}" NUMBER_ERRORS _res) +CTEST_CONFIGURE(OPTIONS "${_options}" RETURN_VALUE _res) IF("${_res}" STREQUAL "0") # Only run the build stage if configure was successful: -- 2.39.5