aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-13 07:55:42 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-13 07:59:19 -0700
commitd73e5902d877c94d9a13de27e1dc09bb45da4e72 (patch)
tree765b4356f8777d5db134fdfa8eb3a6fabedb10f4 /src/test/shell/integration/BUILD
parent90729a57a865c08fe561be6a49734582becfbb53 (diff)
Windows,tests: port rc_options_test
//src/test/shell/integration:rc_options_test now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: I1fe42e1477e9ebfb94ccfb896de4af5a72e3bb61 Closes #5873. Change-Id: I1fe42e1477e9ebfb94ccfb896de4af5a72e3bb61 PiperOrigin-RevId: 208479907
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 d9c867d1cc..4717180d16 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -260,8 +260,10 @@ sh_test(
name = "rc_options_test",
size = "medium",
srcs = ["rc_options_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(