1
0
mirror of https://github.com/google/nomulus synced 2026-02-05 04:21:07 +00:00

Added "--test_output=errors" so we can see failed test output.

This commit is contained in:
Michael Muller
2018-09-27 18:29:17 -04:00
parent 365bc1b51d
commit 1d9bad352f

View File

@@ -11,4 +11,4 @@ before_install:
- sudo ./bazel-0.17.1-installer-linux-x86_64.sh
script:
- bazel test ... |& cat
- bazel --test_output=errors test ... |& cat