show return code when run verbose
This commit is contained in:
Родитель
bd3bb70ee8
Коммит
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";
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче