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

dealii.demon at gmail.com dealii.demon at gmail.com
Wed Mar 26 07:50:13 PDT 2014


Revision 2355

tests: change order of output

U   trunk/aspect/tests/CMakeLists.txt


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

Diff:
Modified: trunk/aspect/tests/CMakeLists.txt
===================================================================
--- trunk/aspect/tests/CMakeLists.txt	2014-03-26 14:49:30 UTC (rev 2354)
+++ trunk/aspect/tests/CMakeLists.txt	2014-03-26 14:50:11 UTC (rev 2355)
@@ -180,7 +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 "******* Check: ${CMAKE_CURRENT_BINARY_DIR}/output-${_test}/${_output} ${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