browser: set alsologtostderr=true for tests.
Change-Id: Iaeac2c153013f9a23d912007ece23af29b65bbe7
diff --git a/Makefile b/Makefile
index 3cff60a..61c9897 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@
# Run unit and integration tests.
test: all
:;jshint test # lint all test JavaScript files.
- :;./go/bin/runner -v=3 -log_dir=$(JIRI_ROOT)/release/projects/browser/tmp/log -alsologtostderr=false
+ :;./go/bin/runner -v=3 -log_dir=$(JIRI_ROOT)/release/projects/browser/tmp/log -alsologtostderr=true
# Run UI tests for the namespace browser.
# These tests do not normally need to be run locally, but they can be if you