mirror of
https://github.com/moparisthebest/curl
synced 2024-11-17 15:05:02 -05:00
runtests: provide nicer errormsg when protocol "dump" file is empty
This commit is contained in:
parent
0fdf965126
commit
4d939ef6ce
@ -4122,6 +4122,13 @@ sub singletest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(($out[0] eq "") && $protstrip[0]) {
|
||||||
|
logmsg "\n $testnum: protocol FAILED!\n".
|
||||||
|
" There was no content at all in the file $SERVERIN.\n".
|
||||||
|
" Server glitch? Total curl failure?\n";
|
||||||
|
return $errorreturncode;
|
||||||
|
}
|
||||||
|
|
||||||
$res = compare($testnum, $testname, "protocol", \@out, \@protstrip);
|
$res = compare($testnum, $testname, "protocol", \@out, \@protstrip);
|
||||||
if($res) {
|
if($res) {
|
||||||
return $errorreturncode;
|
return $errorreturncode;
|
||||||
|
Loading…
Reference in New Issue
Block a user