[Swift-commit] r2514 - trunk/tests/language

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Feb 8 13:51:21 CST 2009


Author: benc
Date: 2009-02-08 13:51:21 -0600 (Sun, 08 Feb 2009)
New Revision: 2514

Modified:
   trunk/tests/language/run
Log:
r2496 incorrectly removed a line of code, causing this test to not fail properly

Modified: trunk/tests/language/run
===================================================================
--- trunk/tests/language/run	2009-02-07 03:09:35 UTC (rev 2513)
+++ trunk/tests/language/run	2009-02-08 19:51:21 UTC (rev 2514)
@@ -37,6 +37,7 @@
   if [ "$?" -ne "0" ]; then
     echo "OUTPUT DIFFERS"
     diff -u ../working-base/$b $b
+    exit 1
 # echo press enter to accept this as valid or press ctrl-c to die
 # read
 # pushd ..




More information about the Swift-commit mailing list