Skip to content

Commit

Permalink
[#118] Set test-result-dir to bazel-testlogs in all bazel examples
Browse files Browse the repository at this point in the history
- This setting works now that TCR is able to follow symbolic links on test-result-dir
  • Loading branch information
mengdaming committed May 25, 2023
1 parent b68f6e8 commit e02e5ae
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/hello-world-tests
test-result-dir: bazel-testlogs
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/src
test-result-dir: bazel-testlogs
2 changes: 1 addition & 1 deletion examples/python-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/src
test-result-dir: bazel-testlogs

0 comments on commit e02e5ae

Please sign in to comment.