[Swift-commit] r3948 - trunk/tests
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Jan 10 14:42:57 CST 2011
Author: wozniak
Date: 2011-01-10 14:42:56 -0600 (Mon, 10 Jan 2011)
New Revision: 3948
Modified:
trunk/tests/meta.sh
trunk/tests/nightly.sh
trunk/tests/run-nightly.sh
Log:
Notes...
Modified: trunk/tests/meta.sh
===================================================================
--- trunk/tests/meta.sh 2011-01-10 20:01:21 UTC (rev 3947)
+++ trunk/tests/meta.sh 2011-01-10 20:42:56 UTC (rev 3948)
@@ -10,3 +10,11 @@
# Retrieve results
# scp ...
+
+# Repeat for other sites...
+
+
+
+# Build nice HTML index of results from all sites
+
+return 0
Modified: trunk/tests/nightly.sh
===================================================================
--- trunk/tests/nightly.sh 2011-01-10 20:01:21 UTC (rev 3947)
+++ trunk/tests/nightly.sh 2011-01-10 20:42:56 UTC (rev 3948)
@@ -77,6 +77,14 @@
# via make_sites_sed() -> group_sites_xml()
# Note that some schedulers restrict your choice of RUNDIR
+# NAMING
+# Site-specific test groups are in providers/ .
+# These are named:
+# providers/<provider description>/
+# or:
+# providers/<provider description>/<site>
+# E.g., providers/local-pbs/PADS
+
printhelp() {
echo "nightly.sh <options> <output>"
echo ""
Modified: trunk/tests/run-nightly.sh
===================================================================
--- trunk/tests/run-nightly.sh 2011-01-10 20:01:21 UTC (rev 3947)
+++ trunk/tests/run-nightly.sh 2011-01-10 20:42:56 UTC (rev 3948)
@@ -14,4 +14,6 @@
./nightly.sh -g -o topdir $GROUPLISTFILE
[ $? != 0 ] && exit 1
+# Bundle results with tar cfz
+
exit 0
More information about the Swift-commit
mailing list