From: maier Date: Tue, 24 Sep 2013 08:12:56 +0000 (+0000) Subject: Typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee4ed81e91192c2b1c8c7792433052c2a8ebdea;p=dealii-svn.git Typo git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30906 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/run_testsuite.cmake b/tests/run_testsuite.cmake index 89f146bc6e..554dfcd5cd 100644 --- a/tests/run_testsuite.cmake +++ b/tests/run_testsuite.cmake @@ -357,7 +357,7 @@ CTEST_START(Experimental TRACK ${TRACK}) CTEST_CONFIGURE(OPTIONS "${_options}" RETURN_VALUE _res) -IF("${_res}" STEQUAL "0") +IF("${_res}" STREQUAL "0") # Only run the build stage if configure was successful: CTEST_BUILD(TARGET RETURN_VALUE _res)