From: Daniel Stenberg Date: Thu, 15 Sep 2005 21:49:26 +0000 (+0000) Subject: use make -k when running the tests X-Git-Tag: curl-7_15_0~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29e36afb6bf24fa9e0443a57031f4ecccce63314;p=curl use make -k when running the tests --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index cc08b155a..8f5072bc2 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -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 () { s/$pwd//g;