commit | 00bc09314094a60dce7e610594400839a6ee61ae | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Feb 14 21:05:34 2016 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Feb 14 21:05:34 2016 -0800 |
tree | c6d639c870a51b346dfc1a3941ce87a715d4cdf4 | |
parent | 315cf39df5295338f5d798dadf8bfaa372fde276 [diff] [blame] |
Quietened bazel results when testing small directories. Change-Id: Ib35714c1a58414a68004799ca515fb775c0f9bb6
diff --git a/tools/bazel.rc b/tools/bazel.rc index 9ec4887..7df645e 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc
@@ -43,6 +43,6 @@ build:msan --test_env MSAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.6 # Show paths to a few more than just 1 target. -build --show_result 15 +build --show_result 5 # Dump the output of the failing test to stdout. test --test_output=errors