commit 1dec020
Alexey Yerin
·
2021-04-26 18:03:50 +0000 UTC
parent e5b76ae
cmd/test: load useTLS from the config
1 files changed,
+1,
-1
+1,
-1
1@@ -123,6 +123,6 @@ func parseFlags() {
2 if cfg.Password != nil {
3 password = *cfg.Password
4 }
5- useTLS = true
6+ useTLS = !cfg.NoTLS
7 }
8 }