Skip to content

Commit

Permalink
allow to override --test_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianimboden authored and achew22 committed Mar 28, 2024
1 parent eac6286 commit ee0e6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ibazel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ var overrideableBazelFlags []string = []string{
"--test_output=",
"--test_tag_filters=",
"--test_timeout=",
"--test_summary=",
// Custom Starlark build settings
// https://docs.bazel.build/versions/master/skylark/config.html#using-build-settings-on-the-command-line
"--//",
Expand Down

0 comments on commit ee0e6e5

Please sign in to comment.