Skip to content

Commit f9139bb

Browse files
committed
ref(test): by default run with logs in debug
1 parent f2f64ba commit f9139bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

router/tests/router_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func TestRouter(t *testing.T) {
4949
"-e", "EXTERNAL_PORT="+port,
5050
"-e", "HOST="+host,
5151
"-e", "ETCD_PORT="+etcdPort,
52+
"-e", "LOG=debug",
5253
"deis/router:"+tag)
5354
}()
5455
dockercli.PrintToStdout(t, stdout, stdoutPipe, "deis-router running")

0 commit comments

Comments
 (0)