Make postcheck failure message more like the others
This commit is contained in:
Родитель
6f33531861
Коммит
8be493296d
|
@ -1832,7 +1832,7 @@ sub singletest {
|
|||
if($cmd) {
|
||||
my $rc = runclient("$cmd");
|
||||
if($rc != 0) {
|
||||
logmsg "postcheck failure\n";
|
||||
logmsg " postcheck FAILED\n";
|
||||
return 1;
|
||||
}
|
||||
logmsg "postchecked $cmd\n" if($verbose);
|
||||
|
|
Загрузка…
Ссылка в новой задаче