mirror of
https://github.com/curl/curl.git
synced 2026-04-15 23:21:43 +03:00
when a test expects an error code but gets a different one, we now output
both of them
This commit is contained in:
parent
1b2f4031e1
commit
d6ccc33dec
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ sub singletest {
|
|||
}
|
||||
else {
|
||||
if(!$short) {
|
||||
print "curl returned $res\n";
|
||||
print "curl returned $res, ".(0+$errorcode)." was expected\n";
|
||||
}
|
||||
print " error FAILED\n";
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue