aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 87d7ed51ec..69aa68f75c 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -32,6 +32,7 @@ sh_test(
data = [":test-deps"],
tags = [
"local",
+ # no_windows: this test exercises the symlink-based runfiles tree.
"no_windows",
],
)
@@ -40,8 +41,10 @@ sh_test(
name = "python_test",
size = "medium",
srcs = ["python_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(