From: Matthias Maier Date: Wed, 23 Oct 2013 22:46:37 +0000 (+0000) Subject: Remove accidentally commited debug output X-Git-Tag: v8.1.0~530 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfb03d5195daf255f73f284e1f9f060441a85e09;p=dealii.git Remove accidentally commited debug output git-svn-id: https://svn.dealii.org/trunk@31404 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/scripts/run_test.cmake b/deal.II/cmake/scripts/run_test.cmake index 3e929e32e7..42e4922362 100644 --- a/deal.II/cmake/scripts/run_test.cmake +++ b/deal.II/cmake/scripts/run_test.cmake @@ -97,8 +97,7 @@ ENDFOREACH() MESSAGE("=============================== OUTPUT BEGIN ===============================") IF("${_stage}" STREQUAL "PASSED") - #MESSAGE("${TEST}: PASSED.") - MESSAGE(${_output}) + MESSAGE("${TEST}: PASSED.") ELSE()