diff --git a/client_test.go b/client_test.go index b3bed52..342ca56 100644 --- a/client_test.go +++ b/client_test.go @@ -1088,6 +1088,7 @@ func getTestConnection(auth bool) (*Client, error) { if th == "" { return nil, fmt.Errorf("no TEST_HOST set") } + fmt.Printf("XXX: TEST_HOST: %s\n", th) tp := 25 if tps := os.Getenv("TEST_PORT"); tps != "" { tpi, err := strconv.Atoi(tps)