We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d316baa commit 6da1495Copy full SHA for 6da1495
src/test/shell/bazel/local_repository_test.sh
@@ -850,8 +850,9 @@ EOF
850
851
bazel build @r//:public >& $TEST_log || fail "failed to build public target"
852
bazel build @r//:private >& $TEST_log && fail "could build private target"
853
- expect_log "target '//:private' is not visible from
854
-target '//external:private'"
+ # Note: Visibility error extends across multiple lines
+ expect_log "^target '//:private' is not visible from\$"
855
+ expect_log "^target '//external:private'\$"
856
}
857
858
function test_load_in_remote_repository() {
0 commit comments