[Swift-commit] r4778 - trunk/tests
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Tue Jul 5 16:45:46 CDT 2011
Author: hategan
Date: 2011-07-05 16:45:46 -0500 (Tue, 05 Jul 2011)
New Revision: 4778
Modified:
trunk/tests/suite.sh
Log:
actually test_log is the meaningful variable
Modified: trunk/tests/suite.sh
===================================================================
--- trunk/tests/suite.sh 2011-07-05 21:45:22 UTC (rev 4777)
+++ trunk/tests/suite.sh 2011-07-05 21:45:46 UTC (rev 4778)
@@ -824,7 +824,7 @@
TEST_SHOULD_FAIL=0
if [ -x $GROUP/$CHECKSCRIPT ]; then
- export OUTPUT
+ export TEST_LOG
script_exec $GROUP/$CHECKSCRIPT "√"
else
check_outputs $GROUP $NAME
More information about the Swift-commit
mailing list