aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-11-01 17:42:39 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-11-01 17:42:39 +0000
commit8be493296dd465207be426738e5e7e8e9c8037b5 (patch)
treedeb93c74e4c1160680ae63254a3ce1dbc0f64d1b /tests/runtests.pl
parent6f33531861c02602446c7d2d30e0aaff271557f4 (diff)
Make postcheck failure message more like the others
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
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);