mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
#98 Set up FreeBSD tests via CirrusCI
Need to debug the test-host for cirrus
This commit is contained in:
parent
4480a2bfa7
commit
2f053ed8ab
1 changed files with 1 additions and 0 deletions
|
@ -1088,6 +1088,7 @@ func getTestConnection(auth bool) (*Client, error) {
|
||||||
if th == "" {
|
if th == "" {
|
||||||
return nil, fmt.Errorf("no TEST_HOST set")
|
return nil, fmt.Errorf("no TEST_HOST set")
|
||||||
}
|
}
|
||||||
|
fmt.Printf("XXX: TEST_HOST: %s\n", th)
|
||||||
tp := 25
|
tp := 25
|
||||||
if tps := os.Getenv("TEST_PORT"); tps != "" {
|
if tps := os.Getenv("TEST_PORT"); tps != "" {
|
||||||
tpi, err := strconv.Atoi(tps)
|
tpi, err := strconv.Atoi(tps)
|
||||||
|
|
Loading…
Reference in a new issue