-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
-
Fully Compatible
-
ALL
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Bazel's test subcommand helpfully hides test output during runs, reducing the amount of noise a developer has to parse. The majority of this benefit is hiding output from successful runs, seeing output for failures helps focus on that result and debug issues in the test. Bazel supports showing output only for test failures using the --test_output flag, in particular --test_output=errors.