diff --git a/BAZEL.md b/BAZEL.md index 957422a0a0a1..b14c8a6c4442 100644 --- a/BAZEL.md +++ b/BAZEL.md @@ -418,6 +418,9 @@ detailed information. bazel test //ledger/sandbox:sandbox-scala-tests --test_output=streamed ``` + Test outputs are also available in log files underneath the convenience + symlink `bazel-testlogs` or `bazel-out/*/testlogs`. + - Do not cache test results ```