aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-07-30 02:50:46 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-30 02:52:22 -0700
commit283ba0a0f777cfb203f4b73ac3cee2575ebf9da5 (patch)
tree2ac6c46dc01a94d00434ab1543f71e50e8380c8a /src/test/shell/integration/BUILD
parentdc7a4b9a23e956dbfe15a0441709bdc85878d4f1 (diff)
Windows,tests: port startup_options_tests
//src/test/shell/integration:startup_options_tests now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: I255b227f7b6b788f21b45b743e7065a646252a36 Closes #5706. Change-Id: Ibee4997783a820858fc2d2bdda02082a91385d0e PiperOrigin-RevId: 206551029
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 87ba005da0..7c2ec70b8b 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -110,8 +110,10 @@ sh_test(
name = "startup_options_test",
size = "medium",
srcs = ["startup_options_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(