From 669c10cb019b67ee3de8dc02555ad263c0c41e70 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 9 Jan 2008 21:03:43 +0000 Subject: Make a new regtest target, "all-regtest", being the union of "make regtest" and "make exp-regtest". Then change the nightly build system to run all-regtest instead of exp-regtest. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7332 a5019735-40e9-0310-863c-91ae7b9d1cf9 --- nightly/bin/nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nightly') diff --git a/nightly/bin/nightly b/nightly/bin/nightly index 25830bad..37da02b4 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 regtest" + "cd valgrind && make all-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 -- cgit v1.2.3