aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-13 07:22:47 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-13 07:24:17 -0700
commitea168de2b7929277366ba27028fc4c8af2fa9235 (patch)
tree6c9ae0eb85ea7efccd06a8e877b72e482fe834f8 /src/test/shell/integration/BUILD
parente20d8ca9b76782e0f46c3b60399c7e3730523039 (diff)
Windows,tests: port ui_test
//src/test/shell/integration:ui_test now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: I6667e55f26b9f87437234ba949a521760cfaaa18 Closes #5872. Change-Id: I6667e55f26b9f87437234ba949a521760cfaaa18 PiperOrigin-RevId: 208476786
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 4b3b7f28f2..d9c867d1cc 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -250,8 +250,10 @@ sh_test(
name = "ui_test",
size = "medium",
srcs = ["ui_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(