Skip to content
Snippets Groups Projects
Commit d6ccc33d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

when a test expects an error code but gets a different one, we now output

both of them
parent 1b2f4031
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment