aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-14 00:57:15 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-14 00:58:39 -0700
commitce04a9b278401ba31265738cac594ba9844852ea (patch)
tree58e17eeee4df51bb14b2ce02fa0fcb6e58d5dcb5 /src/test/shell/integration/BUILD
parentf7f5876b726f104696d8d337e9f514987d1f1030 (diff)
Windows,tests: port skylark_flag_test
//src/test/shell/integration:skylark_flag_test now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: Ib698ddcfb2106fe4b9830da9b969e51271e91f58 Closes #5871. Change-Id: I382c01d4dd8d9ee030dc8fe190a50bd7a57f8ee4 PiperOrigin-RevId: 208606660
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 e496e69c63..6adab3550c 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -244,8 +244,10 @@ sh_test(
name = "skylark_flag_test",
size = "medium",
srcs = ["skylark_flag_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(