aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-07-27 07:36:32 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-27 07:37:44 -0700
commita0276dd265ead59d9a0e8fa1090ff94e38e3fedc (patch)
treeba35fbec0835f28d52cfc615700af90526f34e7f /src/test/shell/integration/BUILD
parent64560dd74f5494e8cd0ac80904a13889f83e526f (diff)
Windows,tests: port progress_reporting_test
//src/test/shell/integration:progress_reporting_test now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: Ic6a4c466156e26717beacb3bbbb270a8c2ccccd0 Closes #5675. Change-Id: I4152dbe38a9880cbdad5d897b3d8b082b200552b PiperOrigin-RevId: 206315309
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 bd588727e9..87d7ed51ec 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -18,9 +18,11 @@ sh_test(
name = "progress_reporting_test",
size = "large",
srcs = ["progress_reporting_test.sh"],
- data = [":test-deps"],
- shard_count = 8,
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
+ shard_count = 4,
)
sh_test(