diff options
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 |