aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-09 07:52:41 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-09 07:53:52 -0700
commit3e0ede46812771ad0b4545af78d9ae9dd7bf71c9 (patch)
tree43df80a4b6b46cdf79d2fde9ac9c8b2ef08abb99 /src/test/shell/integration/BUILD
parent319157b3d77f7fd1fcd811815328d73d65a8d694 (diff)
Windows,tests: port aquery_test
//src/test/shell/integration:aquery_test now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: If2eb13ef03b9cfde0d0d61c163ef8ac3c6004877 Closes #5846. Change-Id: If2eb13ef03b9cfde0d0d61c163ef8ac3c6004877 PiperOrigin-RevId: 208048005
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 d31cd32635..15855c6586 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -183,8 +183,10 @@ sh_test(
name = "aquery_test",
size = "large",
srcs = ["aquery_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(