diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-02-11 10:56:12 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-02-11 10:56:12 +0000 |
commit | e29c8fa500152ad6c51d7b9a1dec34082f0daeda (patch) | |
tree | 9e560161f38d1613e36775509a12b507752706ec /nightly | |
parent | ab137506d917937124f9f169781dda5729955503 (diff) |
Track top level Makefile.am changes in r7390.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7394 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'nightly')
-rwxr-xr-x | nightly/bin/nightly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly/bin/nightly b/nightly/bin/nightly index 37da02b4..25830bad 100755 --- a/nightly/bin/nightly +++ b/nightly/bin/nightly @@ -97,7 +97,7 @@ for logfile in old new ; do \ runcmd $logfile \ "Running regression tests " \ - "cd valgrind && make all-regtest" + "cd valgrind && make regtest" # Grab some indicative text for the short log file -- if the regtests # succeeded, show their results. If we didn't make it that far, show the |