X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0348478eba20e59c3305dd5eda702d9192b45058..4a1826b9e9e7e425fdf5221aa04bc09dff9eb345:/lib/controller/localdb/container_gateway_test.go diff --git a/lib/controller/localdb/container_gateway_test.go b/lib/controller/localdb/container_gateway_test.go index 2a77357677..70037cc501 100644 --- a/lib/controller/localdb/container_gateway_test.go +++ b/lib/controller/localdb/container_gateway_test.go @@ -210,10 +210,9 @@ func (s *ContainerGatewaySuite) TestConnect(c *check.C) { // Receive binary _, err = io.ReadFull(sshconn.Conn, buf[:4]) c.Check(err, check.IsNil) - c.Check(buf[:4], check.DeepEquals, []byte{0, 0, 1, 0xfc}) // If we can get this far into an SSH handshake... - c.Log("success, tunnel is working") + c.Logf("was able to read %x -- success, tunnel is working", buf[:4]) }() select { case <-done: