From: maier Date: Mon, 21 Oct 2013 06:51:27 +0000 (+0000) Subject: Bugfix: Make output of run_test.cmake compatible with makereport.py X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c16000866e36e238f8f3c74685f012d88cd33e1;p=dealii-svn.git 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 --- 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")