[Swift-commit] r4800 - trunk/tests/language-behaviour/mappers

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Thu Jul 7 18:27:17 CDT 2011


Author: hategan
Date: 2011-07-07 18:27:17 -0500 (Thu, 07 Jul 2011)
New Revision: 4800

Modified:
   trunk/tests/language-behaviour/mappers/07511-fixed-array-mapper-input.check.sh
Log:
s/OUTPUT/TEST_LOG/

Modified: trunk/tests/language-behaviour/mappers/07511-fixed-array-mapper-input.check.sh
===================================================================
--- trunk/tests/language-behaviour/mappers/07511-fixed-array-mapper-input.check.sh	2011-07-07 20:52:58 UTC (rev 4799)
+++ trunk/tests/language-behaviour/mappers/07511-fixed-array-mapper-input.check.sh	2011-07-07 23:27:17 UTC (rev 4800)
@@ -1,6 +1,6 @@
 #!/bin/bash
 set -x
-cat $OUTPUT | grep "file: 07511-fixed-array-mapper-input.first.in" || exit 1
-cat $OUTPUT | grep "file: 07511-fixed-array-mapper-input.second.in" || exit 1
-cat $OUTPUT | grep "file: 07511-fixed-array-mapper-input.third.in" || exit 1
+cat $TEST_LOG | grep "file: 07511-fixed-array-mapper-input.first.in" || exit 1
+cat $TEST_LOG | grep "file: 07511-fixed-array-mapper-input.second.in" || exit 1
+cat $TEST_LOG | grep "file: 07511-fixed-array-mapper-input.third.in" || exit 1
 exit 0




More information about the Swift-commit mailing list