aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-13 00:30:57 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-13 00:32:18 -0700
commit08968ed56a0d5ff7f983edc7f5ebbfe85a72b8e0 (patch)
treea0e67a2bd765c2f716f8734c53176140b7741a1a /src/test/shell/integration/BUILD
parentc0d4bb06d4227be27d5b4d4b04a4d5bb9ae3215d (diff)
Windows,tests: port configured_query_test
//src/test/shell/integration:configured_query_test now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: I51990b2b1d675dabb4d9e82bbaf6c8c0f26c4baf Closes #5845. Change-Id: I51990b2b1d675dabb4d9e82bbaf6c8c0f26c4baf PiperOrigin-RevId: 208438117
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 0fd692a230..4b3b7f28f2 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -175,8 +175,10 @@ sh_test(
name = "configured_query_test",
size = "large",
srcs = ["configured_query_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(