aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar laszlocsomor <laszlocsomor@google.com>2018-07-27 07:04:22 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-27 07:05:51 -0700
commit64560dd74f5494e8cd0ac80904a13889f83e526f (patch)
tree0140d308e6fc14c28509b6b321e2376931ef96a7 /tools
parentf5923c10b30c0dd53798a4ae188a38616847da64 (diff)
shell tests: use Bazel-embedded Bash runfiles lib
Use the Bash runfiles library under @bazel_tools, do not depend on it from source. RELNOTES: none PiperOrigin-RevId: 206312278
Diffstat (limited to 'tools')
-rw-r--r--tools/bash/runfiles/BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/bash/runfiles/BUILD b/tools/bash/runfiles/BUILD
index ed2d30fdb8..adec4cef86 100644
--- a/tools/bash/runfiles/BUILD
+++ b/tools/bash/runfiles/BUILD
@@ -25,9 +25,6 @@ sh_library(
name = "runfiles_lib",
testonly = 1,
srcs = ["runfiles.bash"],
- # TODO(laszlocsomor): remove this visibility after the tests under
- # //src/test/shell/... depend on @bazel_tools//tools/bash/runfiles
- visibility = ["//src/test/shell:__subpackages__"],
)
sh_test(