[Swift-commit] r4554 - trunk/tests

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Fri Jun 3 11:58:36 CDT 2011


Author: wozniak
Date: 2011-06-03 11:58:36 -0500 (Fri, 03 Jun 2011)
New Revision: 4554

Modified:
   trunk/tests/suite.sh
Log:
Fix error in usage notes


Modified: trunk/tests/suite.sh
===================================================================
--- trunk/tests/suite.sh	2011-06-03 16:49:01 UTC (rev 4553)
+++ trunk/tests/suite.sh	2011-06-03 16:58:36 UTC (rev 4554)
@@ -119,7 +119,7 @@
 # to files in RUNDIR and environment variables from suite.sh
 # such as $GROUP.  Thus, you can:
 #   bring in input files: cp $GROUP/input-file.txt .
-#   check output:         grep TEXT1 exec.out
+#   check output:         grep TEXT1 stdout.txt
 #                         grep TEXT2 output-file.txt
 #   clean up (optional):  rm output-file.txt
 # The results are added to the HTML output, etc., automatically.




More information about the Swift-commit mailing list