[Swift-commit] r2496 - trunk/tests/language
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Feb 5 08:48:16 CST 2009
Author: benc
Date: 2009-02-05 08:48:15 -0600 (Thu, 05 Feb 2009)
New Revision: 2496
Modified:
trunk/tests/language/run
Log:
add some commented out code to the language tests that is useful when changing the XML form of the language to bulk update all tests
Modified: trunk/tests/language/run
===================================================================
--- trunk/tests/language/run 2009-02-05 13:17:37 UTC (rev 2495)
+++ trunk/tests/language/run 2009-02-05 14:48:15 UTC (rev 2496)
@@ -37,7 +37,12 @@
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 ..
+# quilt add working-base/$b
+# cp working/$b working-base/$b
+# popd
fi
echo PASS
done
More information about the Swift-commit
mailing list