Make postcheck failure message more like the others

This commit is contained in:
Dan Fandrich 2007-11-01 17:42:39 +00:00
parent 6f33531861
commit 8be493296d
1 changed files with 1 additions and 1 deletions

View File

@ -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);