Make Bazel print output for failed tests.

pull/13171/head
Joshua Haberman 6 years ago
parent b4dec6b897
commit 51a646ec11
  1. 2
      kokoro/ubuntu/build.sh

@ -8,4 +8,4 @@ which bazel
bazel version
cd $(dirname $0)/../..
bazel test :all
bazel test --test_output=errors :all

Loading…
Cancel
Save