diff options
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 1182c09d4..395ce86c4 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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); |