summaryrefslogtreecommitdiff
path: root/kokoro
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-23 16:20:04 -0800
committerJoshua Haberman <jhaberman@gmail.com>2018-12-23 16:20:04 -0800
commit08987e3dd4159cf7d1d303a81fd38c5e02a44557 (patch)
tree8f8123f2a41c4cee2f39cd9fe7d4954bb4ed8183 /kokoro
parentaa2d5a609bc714e90300f26e04e729a4822a2aa5 (diff)
parent87b59f445b7be42685491b816416a4e360e30b33 (diff)
Merge branch 'master' into arrayapi
Diffstat (limited to 'kokoro')
-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