aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-07-30 00:24:39 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-30 00:26:18 -0700
commitf6bdc21eb661f8accff1aae75d8c8c49f6ca747a (patch)
tree8d13ed633c84e1be58e9b900f1e7f27e2a820c6b /src/test/shell/integration/BUILD
parent894aab3f87a6176c5490b90a31bc58d50f3cb221 (diff)
Windows,tests: port experimental_ui_test
//src/test/shell/integration:experimental_ui_test now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: I7997e8a2e8dce9377c0326b9ed3f6c55a09b2708 Closes #5690. Change-Id: I7997e8a2e8dce9377c0326b9ed3f6c55a09b2708 PiperOrigin-RevId: 206535860
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 9dc0aae2c4..87ba005da0 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -83,9 +83,11 @@ sh_test(
name = "experimental_ui_test",
size = "large",
srcs = ["experimental_ui_test.sh"],
- data = [":test-deps"],
- shard_count = 11,
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
+ shard_count = 4,
)
sh_test(