summaryrefslogtreecommitdiff
path: root/nightly
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-03-10 22:33:29 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-03-10 22:33:29 +0000
commit55a4769bf1ab97f74e1bf049c7c3628a844d4bb3 (patch)
treeb1924d34a2ec8fae0cd3098c197c5e4336f036c2 /nightly
parenta9ed409b2c04858621d84e3808e2e529862a91b5 (diff)
Tweaks to the 'nightly' script and docs.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9349 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'nightly')
-rw-r--r--nightly/README.txt10
-rwxr-xr-xnightly/bin/nightly2
2 files changed, 7 insertions, 5 deletions
diff --git a/nightly/README.txt b/nightly/README.txt
index d1d8eacf..6b4d79d6 100644
--- a/nightly/README.txt
+++ b/nightly/README.txt
@@ -27,14 +27,16 @@ and supply the following two config files:
shell script to set the remote working directory such that it matches the
local current directory ($PWD).
ABT_RUN_REGTEST: if provided, it must be the name of an argumentless shell
- function (also specified in the tag.conf file) it's an argumentless bash
- function that will be used to run the tests. If not specified, the usual
- "perl tests/vg_regtest --all" will be used.
+ function (also specified in the tag.conf file) that will be used to run
+ the tests. If not specified, the usual "perl tests/vg_regtest --all"
+ will be used.
ABT_JOBS: allows parallel builds -- it's passed as the argument to "make
-j" when building Valgrind and the tests. The default is 1.
+ [XXX: the .NOTPARALLEL that currently resides in Makefile.all.am foils
+ this!]
- conf/<tag>.sendmail: this should be a script that sends an email to the
- desired recipient (eg. the valgrind-developers list). It must take two
+ desired recipient (eg. the valgrind-developers list). It takes three
command line arguments. The first is the email subject line, the second
is the name of the file containing the email's body (showing the tests
that failed, and the difference between now and 24 hours ago), the third
diff --git a/nightly/bin/nightly b/nightly/bin/nightly
index e8a63de2..2f8a6079 100755
--- a/nightly/bin/nightly
+++ b/nightly/bin/nightly
@@ -192,4 +192,4 @@ fi
conf/$ABT_MACHINE.sendmail \
"$changed_str$ABT_START nightly build ($ABT_MACHINE, $ABT_DETAILS)" \
final \
- diffs
+ diffs > sendmail.log 2>&1