aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-15 21:49:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-15 21:49:26 +0000
commit29e36afb6bf24fa9e0443a57031f4ecccce63314 (patch)
tree9c30c5f5f1d6d285a2121715bfb1e60c77fdd382 /tests/testcurl.pl
parent0e39543d35be34be4fca0365bce69b27479059a8 (diff)
use make -k when running the tests
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl4
1 files changed, 2 insertions, 2 deletions
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 (<F>) {
s/$pwd//g;