Skip to content

Commit

Permalink
Fix BCR presubmit
Browse files Browse the repository at this point in the history
`JAVA_TOOL_OPTIONS` interferes with `java` output in tests.
  • Loading branch information
fmeum authored Aug 30, 2024
1 parent 959f5cc commit 928dedf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ bcr_test_module:
name: "Run test module"
platform: ${{ platform }}
bazel: ${{ bazel }}
environment:
JAVA_TOOL_OPTIONS: ""
build_targets:
- "//..."
test_targets:
Expand Down

0 comments on commit 928dedf

Please sign in to comment.