can't use the github ci 8084

This commit is contained in:
Zack Scholl 2021-10-04 08:02:27 -07:00
parent 8ee1825f84
commit a12f374aba
1 changed files with 8 additions and 8 deletions

View File

@ -15,11 +15,11 @@ import (
func init() {
log.SetLevel("trace")
go tcp.Run("debug", "localhost", "8081", "pass123", "8082,8083,8084,8085")
go tcp.Run("debug", "localhost", "8082", "pass123")
go tcp.Run("debug", "localhost", "8083", "pass123")
go tcp.Run("debug", "localhost", "8084", "pass123")
go tcp.Run("debug", "localhost", "8085", "pass123")
go tcp.Run("debug", "localhost", "8281", "pass123", "8282,8283,8284,8285")
go tcp.Run("debug", "localhost", "8282", "pass123")
go tcp.Run("debug", "localhost", "8283", "pass123")
go tcp.Run("debug", "localhost", "8284", "pass123")
go tcp.Run("debug", "localhost", "8285", "pass123")
time.Sleep(1 * time.Second)
}
@ -31,8 +31,8 @@ func TestCrocReadme(t *testing.T) {
IsSender: true,
SharedSecret: "8123-testingthecroc",
Debug: true,
RelayAddress: "localhost:8081",
RelayPorts: []string{"8081"},
RelayAddress: "localhost:8281",
RelayPorts: []string{"8281"},
RelayPassword: "pass123",
Stdout: false,
NoPrompt: true,
@ -49,7 +49,7 @@ func TestCrocReadme(t *testing.T) {
IsSender: false,
SharedSecret: "8123-testingthecroc",
Debug: true,
RelayAddress: "localhost:8081",
RelayAddress: "localhost:8281",
RelayPassword: "pass123",
Stdout: false,
NoPrompt: true,