Make unit test failure output from bazel easier to read
Change-Id: I48b40455f34bf64b2b920e13282d51502f28dbd3
diff --git a/jjb/onos/onos-bazel-verify.sh b/jjb/onos/onos-bazel-verify.sh
index e6aae1d..019b77c 100644
--- a/jjb/onos/onos-bazel-verify.sh
+++ b/jjb/onos/onos-bazel-verify.sh
@@ -12,5 +12,5 @@
PATH=$PATH:/home/jenkins/bin
bazel build onos
-bazel query "tests(//...)" | SHLVL=1 xargs bazel test
+bazel query "tests(//...)" | SHLVL=1 xargs bazel test --test_summary=terse --test_output=errors
bazel run //:buildifier_check