From 51a646ec11c0ba6a0cc1aa75e2474e5a9c282e47 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 22 Dec 2018 15:30:31 -0800 Subject: Make Bazel print output for failed tests. --- kokoro/ubuntu/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kokoro') diff --git a/kokoro/ubuntu/build.sh b/kokoro/ubuntu/build.sh index 70a8159..3550a34 100644 --- a/kokoro/ubuntu/build.sh +++ b/kokoro/ubuntu/build.sh @@ -8,4 +8,4 @@ which bazel bazel version cd $(dirname $0)/../.. -bazel test :all +bazel test --test_output=errors :all -- cgit v1.2.3