[Swift-commit] r2657 - nmi-build-test
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Mar 9 05:28:25 CDT 2009
Author: benc
Date: 2009-03-09 05:28:24 -0500 (Mon, 09 Mar 2009)
New Revision: 2657
Modified:
nmi-build-test/log-processing
Log:
need to put log processing stuff on path before running tests on NMI
Modified: nmi-build-test/log-processing
===================================================================
--- nmi-build-test/log-processing 2009-03-09 10:14:26 UTC (rev 2656)
+++ nmi-build-test/log-processing 2009-03-09 10:28:24 UTC (rev 2657)
@@ -1,6 +1,10 @@
#!/bin/bash
+
+export PATH=`pwd`/log-processing/bin:`pwd`/log-processing/libexec/log-processing:$PATH
+
cd log-processing/tests/log-processing
+
echo running tests...
./run || exit 1
More information about the Swift-commit
mailing list