mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
runtests: made Servers: output be more consistent by removing OFF
This commit is contained in:
parent
18b02f1964
commit
42253ad943
@ -2653,7 +2653,7 @@ sub checksystem {
|
|||||||
logmsg sprintf("* Servers: %s", $stunnel?"SSL ":"");
|
logmsg sprintf("* Servers: %s", $stunnel?"SSL ":"");
|
||||||
logmsg sprintf("%s", $http_ipv6?"HTTP-IPv6 ":"");
|
logmsg sprintf("%s", $http_ipv6?"HTTP-IPv6 ":"");
|
||||||
logmsg sprintf("%s", $http_unix?"HTTP-unix ":"");
|
logmsg sprintf("%s", $http_unix?"HTTP-unix ":"");
|
||||||
logmsg sprintf("%s\n", $ftp_ipv6?"FTP-IPv6 ":"OFF");
|
logmsg sprintf("%s\n", $ftp_ipv6?"FTP-IPv6 ":"");
|
||||||
|
|
||||||
logmsg sprintf("* Env: %s%s", $valgrind?"Valgrind ":"",
|
logmsg sprintf("* Env: %s%s", $valgrind?"Valgrind ":"",
|
||||||
$run_event_based?"event-based ":"");
|
$run_event_based?"event-based ":"");
|
||||||
|
Loading…
Reference in New Issue
Block a user