[cig-commits] commit 1960 by bangerth to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Tue Oct 15 11:10:30 PDT 2013


Revision 1960

Put the diffs into the log file, rather than just saving them in some
obscure location.

U   trunk/aspect/tests/CMakeLists.txt


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=1960&peg=1960

Diff:
Modified: trunk/aspect/tests/CMakeLists.txt
===================================================================
--- trunk/aspect/tests/CMakeLists.txt	2013-10-15 18:05:39 UTC (rev 1959)
+++ trunk/aspect/tests/CMakeLists.txt	2013-10-15 18:10:16 UTC (rev 1960)
@@ -73,6 +73,10 @@
         else
 	  mv ${CMAKE_CURRENT_BINARY_DIR}/output-${_test}/${_output}.diff
              ${CMAKE_CURRENT_BINARY_DIR}/output-${_test}/${_output}.diff.failed \;
+          echo "******* Error during diffing output results for ${_test}/${_output}" \;
+          echo "******* Results are stored in ${CMAKE_CURRENT_BINARY_DIR}/output-${_test}/${_output}.diff.failed" \;
+          echo "******* Diffs are:" \;
+          cat ${CMAKE_CURRENT_BINARY_DIR}/output-${_test}/${_output}.diff.failed \;
 	  false \;
         fi
       DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/${_test}/${_output}


More information about the CIG-COMMITS mailing list