Skip to content

Commit

Permalink
[#118] Tune test-result-dir for bazel in java, go and C++
Browse files Browse the repository at this point in the history
- This is a workaround for situations where test-result-dir is set to a symbolic link instead of a real directory (bazel's bazel-testlogs is a symbolic link)
  • Loading branch information
mengdaming committed May 25, 2023
1 parent 18672f7 commit 2d40c33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cpp-bazel/.tcr/toolchain/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ test:
arch: [ "386", amd64, arm64 ]
command: bazel
arguments: [ test, "..." ]
test-result-dir: bazel-testlogs
test-result-dir: bazel-testlogs/hello-world-tests
2 changes: 1 addition & 1 deletion examples/go-bazel/.tcr/toolchain/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ test:
arch: [ "386", amd64, arm64 ]
command: bazel
arguments: [ test, "..." ]
test-result-dir: bazel-testlogs
test-result-dir: bazel-testlogs/src
2 changes: 1 addition & 1 deletion examples/java-bazel/.tcr/toolchain/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ test:
arch: [ "386", amd64, arm64 ]
command: bazel
arguments: [ test, "..." ]
test-result-dir: bazel-testlogs
test-result-dir: bazel-testlogs/src

0 comments on commit 2d40c33

Please sign in to comment.