[Swift-commit] r2225 - nmi-build-test
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Sep 9 09:08:01 CDT 2008
Author: benc
Date: 2008-09-09 09:08:00 -0500 (Tue, 09 Sep 2008)
New Revision: 2225
Modified:
nmi-build-test/debug-x86_64-hang
Log:
more x86_64 hang debugging
Modified: nmi-build-test/debug-x86_64-hang
===================================================================
--- nmi-build-test/debug-x86_64-hang 2008-09-08 21:56:48 UTC (rev 2224)
+++ nmi-build-test/debug-x86_64-hang 2008-09-09 14:08:00 UTC (rev 2225)
@@ -7,7 +7,7 @@
wget http://www.ci.uchicago.edu/~benc/tmp/more-debug-hanging-wh
-patch < more-debug-hanging-wh && echo patch was successful
+patch -p0 < more-debug-hanging-wh && echo patch was successful
cd cog/modules/vdsk/
@@ -18,5 +18,8 @@
export PATH=`pwd`/dist/vdsk-svn/bin:$PATH
cd tests/language-behaviour
-./run 001-echo || exit 3
+while true; do
+ ./run 001-echo || exit 3
+done
+
More information about the Swift-commit
mailing list