From 57b4027d39ea357f703ae5032a2d473ee6314649 Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 26 Sep 2013 09:38:47 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30946 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/run_testsuite.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index c3682aa7f5..f349119545 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -357,12 +357,12 @@ ENDIF() CTEST_START(Experimental TRACK ${TRACK}) -CTEST_CONFIGURE(OPTIONS "${_options}" RETURN_VALUE _res) +CTEST_CONFIGURE(OPTIONS "${_options}" NUMBER_ERRORS _res) IF("${_res}" STREQUAL "0") # Only run the build stage if configure was successful: - CTEST_BUILD(TARGET RETURN_VALUE _res) + CTEST_BUILD(TARGET NUMBER_ERRORS _res) IF("${_res}" STREQUAL "0") # Only run tests if the build was successful: -- 2.39.5