There was an error while loading. Please reload this page.
1 parent 55cdc3e commit a987473Copy full SHA for a987473
1 file changed
test/expect_build_failure/nested_bazel.sh
@@ -92,8 +92,8 @@ _nested_bazel_symlink_prefix=""
92
# inner `bazel --batch` waits for the lock rather than failing), which keeps
93
# the extracted external repos warm and avoids multiplying ~1GB of Scala jars
94
# across a separate output base per test. `expect_build_failure.sh` splits its
95
-# tests across 3 such names (see its --lane), so this lock only pairs up two
96
-# tests that land in the same lane, not the whole test class.
+# tests across 3 such names (see its --lane), scoping this lock to the pair
+# of tests that happen to land in the same lane.
97
_nested_bazel_home_hint() {
98
if [[ -n "${RULES_SCALA_NESTED_BAZEL_USE_REAL_HOME:-}" ]]; then
99
return
0 commit comments