git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30368
0785d39b-7218-0410-832d-
ea1e28bc413d
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