[Swift-commit] r2251 - nmi-build-test
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Oct 3 08:44:52 CDT 2008
Author: benc
Date: 2008-10-03 08:44:51 -0500 (Fri, 03 Oct 2008)
New Revision: 2251
Modified:
nmi-build-test/coaster
Log:
coaster test does not work (mostly because of missing homedir, I think) on NMI; but we might as well still try building it to catch compile errors.
Modified: nmi-build-test/coaster
===================================================================
--- nmi-build-test/coaster 2008-10-03 13:39:38 UTC (rev 2250)
+++ nmi-build-test/coaster 2008-10-03 13:44:51 UTC (rev 2251)
@@ -8,9 +8,9 @@
echo building...
ant redist -Dwith-provider-coaster=true || exit 1
-echo testing...
-export PATH=`pwd`/dist/vdsk-svn/bin:$PATH
+# echo testing...
+# export PATH=`pwd`/dist/vdsk-svn/bin:$PATH
-cd tests/misc
-./coaster.sh || exit 4
+# cd tests/misc
+# ./coaster.sh || exit 4
More information about the Swift-commit
mailing list