use make -k when running the tests
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Sep 2005 21:49:26 +0000 (21:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Sep 2005 21:49:26 +0000 (21:49 +0000)
tests/testcurl.pl

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