Skip to content

Commit

Permalink
bzl: Quiet the output of commands
Browse files Browse the repository at this point in the history
- Enable with `--config=silent`

Change-Id: I19db544c985dcb54bf8780570374f1fe29d40454
Signed-off-by: Ian Meyer (imeyer) <[email protected]>
  • Loading branch information
imeyer committed Sep 15, 2024
1 parent 5db25ba commit 1f412d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
try-import .buildbuddy.bazelrc
test --test_output=errors
common:silent --noshow_progress
common:silent --ui_event_filters=,+error,+fail
common:silent --show_result=0
common:silent --logging=0

0 comments on commit 1f412d9

Please sign in to comment.