We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f64ba commit f9139bbCopy full SHA for f9139bb
1 file changed
router/tests/router_test.go
@@ -49,6 +49,7 @@ func TestRouter(t *testing.T) {
49
"-e", "EXTERNAL_PORT="+port,
50
"-e", "HOST="+host,
51
"-e", "ETCD_PORT="+etcdPort,
52
+ "-e", "LOG=debug",
53
"deis/router:"+tag)
54
}()
55
dockercli.PrintToStdout(t, stdout, stdoutPipe, "deis-router running")
0 commit comments