parent
2367553316
commit
f6e6d6ca55
|
@ -46,9 +46,9 @@ func testTunnel(t *testing.T) {
|
|||
}
|
||||
|
||||
t.Log("starting tunnel test...")
|
||||
mkNewMinikubeRunner(t, "--wait=false")
|
||||
mk := NewMinikubeRunner(t, "--wait=false")
|
||||
go func() {
|
||||
output := mkCommand("tunnel --alsologtostderr -v 8 --logtostderr", true)
|
||||
output := mk.RunCommand("tunnel --alsologtostderr -v 8 --logtostderr", true)
|
||||
if t.Failed() {
|
||||
fmt.Println(output)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue