#98 Set up FreeBSD tests via CirrusCI

Need to debug the test-host for cirrus
This commit is contained in:
Winni Neessen 2023-01-12 01:01:33 +01:00
parent 4480a2bfa7
commit 2f053ed8ab
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -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)