[Swift-commit] r3517 - trunk/tests
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Aug 10 16:21:39 CDT 2010
Author: wozniak
Date: 2010-08-10 16:21:39 -0500 (Tue, 10 Aug 2010)
New Revision: 3517
Modified:
trunk/tests/nightly.sh
Log:
Demonstrate two test GROUPs
NOTE: not all language/working (Part II) tests may currently succeed!
Simply comment them out...
Modified: trunk/tests/nightly.sh
===================================================================
--- trunk/tests/nightly.sh 2010-08-10 21:14:36 UTC (rev 3516)
+++ trunk/tests/nightly.sh 2010-08-10 21:21:39 UTC (rev 3517)
@@ -89,7 +89,7 @@
fi
# Iterations
-ITERS_LOCAL=2
+ITERS_LOCAL=1
LOGCOUNT=0
SEQ=1
@@ -572,9 +572,9 @@
TESTDIR=$TOPDIR/cog/modules/swift/tests
sed "s at _WORK_@$PWD/work@" < $TESTDIR/sites/localhost.xml > sites.xml
-#start_part "Part II: Working Tests"
-#GROUP=$TESTDIR/language/working
-#test_group
+start_part "Part II: Working Tests"
+GROUP=$TESTDIR/language/working
+test_group
start_part "Part III: Local Tests"
GROUP=$TESTDIR/local
More information about the Swift-commit
mailing list