mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
Make postcheck failure message more like the others
This commit is contained in:
parent
6f33531861
commit
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user