We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01e16d commit 759a2c4Copy full SHA for 759a2c4
material.angular.io/.bazelrc
@@ -9,6 +9,9 @@ build --nowatchfs
9
# Turn off legacy external runfiles
10
build --nolegacy_external_runfiles
11
12
+# By default, failing tests don't print any output, it goes to the log file
13
+test --test_output=errors
14
+
15
# Turn on --incompatible_strict_action_env which was on by default
16
# in Bazel 0.21.0 but turned off again in 0.22.0. Follow
17
# https://github.com/bazelbuild/bazel/issues/7026 for more details.
0 commit comments