[Swift-commit] r3808 - trunk/tests

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Dec 14 16:38:55 CST 2010


Author: wozniak
Date: 2010-12-14 16:38:55 -0600 (Tue, 14 Dec 2010)
New Revision: 3808

Modified:
   trunk/tests/run-nightly.sh
Log:
Better use of TOPDIR


Modified: trunk/tests/run-nightly.sh
===================================================================
--- trunk/tests/run-nightly.sh	2010-12-14 22:35:53 UTC (rev 3807)
+++ trunk/tests/run-nightly.sh	2010-12-14 22:38:55 UTC (rev 3808)
@@ -9,7 +9,9 @@
 
 svn up || exit 1
 
-./nightly.sh -g -o /scratch/wozniak/nightly $GROUPLISTFILE
+# Work within, e.g., /home/wozniak/nightly/topdir
+rm -rf topdir
+./nightly.sh -g -o topdir $GROUPLISTFILE
 [ $? != 0 ] && exit 1
 
 exit 0




More information about the Swift-commit mailing list