summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kokoro/ubuntu/build.sh2
1 files changed, 1 insertions, 1 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback