[Swift-commit] r2659 - log-processing/tests/log-processing/make-targets

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Mar 9 07:22:28 CDT 2009


Author: benc
Date: 2009-03-09 07:22:24 -0500 (Mon, 09 Mar 2009)
New Revision: 2659

Modified:
   log-processing/tests/log-processing/make-targets/run
Log:
output diff when makefile test fails

Modified: log-processing/tests/log-processing/make-targets/run
===================================================================
--- log-processing/tests/log-processing/make-targets/run	2009-03-09 10:51:47 UTC (rev 2658)
+++ log-processing/tests/log-processing/make-targets/run	2009-03-09 12:22:24 UTC (rev 2659)
@@ -16,6 +16,7 @@
 
   if [ "$?" -ne "0" ]; then
     echo "OUTPUT DIFFERS for log $l in target $t"
+    diff -u $t $t.$l.expected
     exit 1
   fi
 done




More information about the Swift-commit mailing list