From 0c16000866e36e238f8f3c74685f012d88cd33e1 Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 21 Oct 2013 06:51:27 +0000 Subject: [PATCH] Bugfix: Make output of run_test.cmake compatible with makereport.py git-svn-id: https://svn.dealii.org/trunk@31369 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/scripts/run_test.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/cmake/scripts/run_test.cmake b/deal.II/cmake/scripts/run_test.cmake index 7cd060cf9e..fb2a42f5e0 100644 --- a/deal.II/cmake/scripts/run_test.cmake +++ b/deal.II/cmake/scripts/run_test.cmake @@ -68,11 +68,12 @@ ENDIF() # Print out the test result: # +MESSAGE("Test ${TEST}: ${_stage}") + FOREACH(_line ${ADDITIONAL_OUTPUT}) MESSAGE("Test ${TEST}: ${_line}") ENDFOREACH() -MESSAGE("Test ${TEST}: ${_stage}") MESSAGE("=============================== OUTPUT BEGIN ===============================") IF("${_stage}" STREQUAL "PASSED") -- 2.39.5