[Swift-commit] r3688 - trunk/tests

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Oct 26 13:34:20 CDT 2010


Author: wozniak
Date: 2010-10-26 13:34:20 -0500 (Tue, 26 Oct 2010)
New Revision: 3688

Modified:
   trunk/tests/nightly.sh
Log:
Minor fixes


Modified: trunk/tests/nightly.sh
===================================================================
--- trunk/tests/nightly.sh	2010-10-25 03:12:18 UTC (rev 3687)
+++ trunk/tests/nightly.sh	2010-10-26 18:34:20 UTC (rev 3688)
@@ -20,7 +20,7 @@
 # and a *.timeout specifier
 # The scripts may setup and inspect files in RUNDIR including exec.out,
 # which must be accessed in stdout.txt, because the currently running
-# tested process writes to exec.out, stdout.txt is a copy
+# tested process writes to exec.out, stdout.txt is a copy.
 # The GROUP scripts can read the GROUP variable
 # The timeout number in the *.timeout file overrides the default
 # timeout
@@ -151,7 +151,7 @@
 BRANCH=trunk
 #BRANCH="branches/tests-01"
 
-SCRIPTDIR=$( dirname $0 )
+SCRIPTDIR=$( cd $( dirname $0 ) ; /bin/pwd )
 
 SWIFTCOUNT=0
 




More information about the Swift-commit mailing list