use make -k when running the tests

This commit is contained in:
Daniel Stenberg 2005-09-15 21:49:26 +00:00
parent 0e39543d35
commit 29e36afb6b
1 changed files with 2 additions and 2 deletions

View File

@ -568,8 +568,8 @@ if ($configurebuild && !$crosscompile) {
if($runtestopts) { if($runtestopts) {
$o = "TEST_F=\"$runtestopts\" "; $o = "TEST_F=\"$runtestopts\" ";
} }
logit "$make ${o}test-full"; logit "$make -k ${o}test-full";
open(F, "$make ${o}test-full 2>&1 |") or die; open(F, "$make -k ${o}test-full 2>&1 |") or die;
open(LOG, ">$buildlog") or die; open(LOG, ">$buildlog") or die;
while (<F>) { while (<F>) {
s/$pwd//g; s/$pwd//g;