[Swift-commit] r3673 - trunk/tests
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Oct 8 14:15:02 CDT 2010
Author: wozniak
Date: 2010-10-08 14:15:02 -0500 (Fri, 08 Oct 2010)
New Revision: 3673
Modified:
trunk/tests/nightly.sh
Log:
Minor changes + suppressing cdm/ps/pinned for now
Modified: trunk/tests/nightly.sh
===================================================================
--- trunk/tests/nightly.sh 2010-10-08 17:00:17 UTC (rev 3672)
+++ trunk/tests/nightly.sh 2010-10-08 19:15:02 UTC (rev 3673)
@@ -2,14 +2,10 @@
# USAGE NOTES:
-# Run this script from a working directory in which you
-# are willing to check out the whole Swift source and
-# generate many small test files.
+# The script will (optionally) checkout Swift, run several tests in a
+# subdirectory called run-DATE, and generate useful HTML output and
+# tests.log
-# The script will checkout Swift, run several tests
-# in a subdirectory called run-DATE, and generate
-# useful HTML output and tests.log
-
# Run nightly.sh -h for quick help
# When something goes wrong, find and check tests.log or use -v
# Code is checked out into TOPDIR
@@ -83,6 +79,7 @@
RUN_ANT=1
CLEAN=1
SKIP_TESTS=0
+NUMBER_OF_TESTS=1000000 # Run all tests by default
BUILD_PACKAGE=1
GRID_TESTS=1
SKIP_CHECKOUT=0
@@ -653,7 +650,7 @@
STOP=$( date +%s )
# If the test was killed, monitor() may have work to do
- rm killed_test && sleep 5
+ rm killed_test > /dev/null 2>&1 && sleep 5
verbose "Killing monitor..."
/bin/kill -TERM $MONITOR_PID
@@ -907,8 +904,10 @@
$TESTDIR/language/should-not-work \
$TESTDIR/cdm \
$TESTDIR/cdm/ps \
- $TESTDIR/cdm/ps/pinned )
+ $TESTDIR/cdm/star )
+# $TESTDIR/cdm/ps/pinned \ # Currently broken
+
GROUPCOUNT=1
for G in ${GROUPLIST[@]}; do
export GROUP=$G
More information about the Swift-commit
mailing list