]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Better output messages
authorMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 21 Aug 2013 05:52:50 +0000 (05:52 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 21 Aug 2013 05:52:50 +0000 (05:52 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30368 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/scripts/run_test.cmake

index 5d6e84f2f88867761e2e86dc72b6d2ad26d0b0c8..10bcad37e779dfe4b2fd1499596a7166cfaf7d53 100644 (file)
@@ -17,22 +17,22 @@ MACRO(CALLBACK _target _msg_success _msg_error)
 
   ELSE()
 
-    MESSAGE("${_target}: ${_msg_error}:")
+    MESSAGE("*** ${_msg_error}: ***")
     MESSAGE(${_output})
-    MESSAGE(FATAL_ERROR "${TEST}: Test aborted.")
+    MESSAGE(FATAL_ERROR "*** Test aborted.")
   ENDIF()
 ENDMACRO()
 
 
 CALLBACK(${TEST}
-  "Build successful" "Build failed with the following error message"
+  "Build successful" "BUILD FAILED"
   )
 
 CALLBACK(${TEST}.run
-  "Run successful" "Running the test failed with the following error message"
+  "Run successful" "RUN FAILED"
   )
 
 CALLBACK(${TEST}.diff
-  "Diff successful" "Diff failed:"
+  "Diff successful" "DIFF FAILED"
   )
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.