summaryrefslogtreecommitdiff
path: root/nightly
diff options
context:
space:
mode:
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