[cig-commits] commit 2351 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Wed Mar 26 07:41:49 PDT 2014


Revision 2351

output the source names of the two files to compare if a diff fails

U   trunk/aspect/tests/CMakeLists.txt


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

Diff:
Modified: trunk/aspect/tests/CMakeLists.txt
===================================================================
--- trunk/aspect/tests/CMakeLists.txt	2014-03-26 13:32:09 UTC (rev 2350)
+++ trunk/aspect/tests/CMakeLists.txt	2014-03-26 14:41:47 UTC (rev 2351)
@@ -180,6 +180,7 @@
              ${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 "******* Check: ${CMAKE_CURRENT_SOURCE_DIR}/${_test}/${_output} ${CMAKE_CURRENT_BINARY_DIR}/output-${_test}/${_output}" \;
           echo "******* Diffs are:" \;
           cat ${CMAKE_CURRENT_BINARY_DIR}/output-${_test}/${_output}.diff.failed \;
 	  false \;


More information about the CIG-COMMITS mailing list