aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index e426b4afd..5456a8732 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -486,6 +486,7 @@ sub torture {
else {
$ret = runclient($testcmd);
}
+ #logmsg "$_ Returned " . $ret / 256 . "\n";
# Now clear the variable again
$ENV{'CURL_MEMLIMIT'} = undef;
@@ -1857,6 +1858,8 @@ sub singletest {
if($o[0]) {
$why = $o[0];
chomp $why;
+ } elsif($?) {
+ $why = "precheck command error";
}
logmsg "prechecked $cmd\n" if($verbose);
}