From: Dan Fandrich Date: Thu, 1 Nov 2007 17:42:39 +0000 (+0000) Subject: Make postcheck failure message more like the others X-Git-Tag: cares-1_5_0~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8be493296dd465207be426738e5e7e8e9c8037b5;p=curl Make postcheck failure message more like the others --- 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);