mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
show return code when run verbose
This commit is contained in:
parent
bd3bb70ee8
commit
713cb56fea
@ -621,7 +621,11 @@ sub singletest {
|
||||
|
||||
if($errorcode || $res) {
|
||||
if($errorcode == $res) {
|
||||
if(!$short) {
|
||||
$errorcode =~ s/\n//;
|
||||
if($verbose) {
|
||||
print " received errorcode $errorcode OK";
|
||||
}
|
||||
elsif(!$short) {
|
||||
print " error OK";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user