Skip to content

Commit 759a2c4

Browse files
devversioncrisbeto
authored andcommitted
ci: properly print test errors for docs site (#30547)
Fixes that we weren't printing test errors on CI. (cherry picked from commit 44b02db)
1 parent d01e16d commit 759a2c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

material.angular.io/.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ build --nowatchfs
99
# Turn off legacy external runfiles
1010
build --nolegacy_external_runfiles
1111

12+
# By default, failing tests don't print any output, it goes to the log file
13+
test --test_output=errors
14+
1215
# Turn on --incompatible_strict_action_env which was on by default
1316
# in Bazel 0.21.0 but turned off again in 0.22.0. Follow
1417
# https://github.com/bazelbuild/bazel/issues/7026 for more details.

0 commit comments

Comments
 (0)