From 4048e1ccc48102f5e08bc1c81bef5c0d5a79f029 Mon Sep 17 00:00:00 2001 From: maier Date: Sun, 20 Oct 2013 21:24:42 +0000 Subject: [PATCH] Testsuite: Typo git-svn-id: https://svn.dealii.org/trunk@31354 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/scripts/run_test.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/cmake/scripts/run_test.cmake b/deal.II/cmake/scripts/run_test.cmake index 90d0580ceb..7cd060cf9e 100644 --- a/deal.II/cmake/scripts/run_test.cmake +++ b/deal.II/cmake/scripts/run_test.cmake @@ -54,10 +54,10 @@ STRING(REGEX MATCH "${TEST}: PASSED\\." _passed_regex ${_output}) IF(NOT "${_passed_regex}" STREQUAL "") SET(_stage PASSED) -ELSEIF(NOT "${_run_regex}" STREQUAL "") - SET(_stage RUN) ELSEIF(NOT "${_diff_regex}" STREQUAL "") SET(_stage DIFF) +ELSEIF(NOT "${_run_regex}" STREQUAL "") + SET(_stage RUN) ELSEIF(NOT "${_configure_regex}" STREQUAL "") SET(_stage CONFIGURE) ELSE() # unconditionally, because "BUILD failed." doesn't have to be printed... -- 2.39.5