summaryrefslogtreecommitdiff
path: root/kokoro/ubuntu
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-22 16:34:34 -0800
committerGitHub <noreply@github.com>2018-12-22 16:34:34 -0800
commit87b59f445b7be42685491b816416a4e360e30b33 (patch)
tree32836d3b743193fefb430c5e8988db776463276a /kokoro/ubuntu
parent161258a2adeaffd4e2cd5ab4ea370224e618ec95 (diff)
parent51a646ec11c0ba6a0cc1aa75e2474e5a9c282e47 (diff)
Merge pull request #146 from haberman/amalgamate
Fixed amalgamation to not list header files explicitly.
Diffstat (limited to 'kokoro/ubuntu')
-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