mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08: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…
Reference in New Issue
Block a user