]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Cleanup
authorMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 15 Sep 2013 15:17:02 +0000 (15:17 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Sun, 15 Sep 2013 15:17:02 +0000 (15:17 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30715 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/tests/CMakeLists.txt

index 6c0bf42d0355e7b21856a82907c84095219937e9..17c971840c77a34f28b22eb80ec7feef58ac1163 100644 (file)
@@ -65,10 +65,7 @@ FOREACH(_build ${DEAL_II_BUILD_TYPES})
 
   ADD_CUSTOM_COMMAND(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${_target}-OK
     COMMAND ${_target} > ${_target}-OK 2>&1
-      || (mv ${_target}-OK ${_target}-FAILED
-          && echo "${_target}: FAILED":
-          && cat ${_target}-FAILED
-          && exit 1)
+      || (rm ${_target}-OK && exit 1)
     WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
     )
   ADD_CUSTOM_TARGET(${_target}.run DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${_target}-OK)

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.