From d73e5902d877c94d9a13de27e1dc09bb45da4e72 Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Mon, 13 Aug 2018 07:55:42 -0700 Subject: 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 --- src/test/shell/integration/BUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/test/shell/integration/BUILD') 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( -- cgit v1.2.3