aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-08-09 02:17:30 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-09 02:19:03 -0700
commitb295d3f9f3c767630589a2be2205c488a081beb7 (patch)
tree095c8aa5d19c62dd722614e7a2c2513da44a2090 /src/test/shell/integration/BUILD
parent013ac41f4b27a8f049394dd5c5f73c2942e7a175 (diff)
Windows,tests: port output_filter_test
//src/test/shell/integration:output_filter_test now runs on Windows. Also remove the "bazel clean" calls that are meant to trigger recompilations, and instead achieve the same effect by updating the mock source files. This saves about 12 seconds of test's runtime on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: Id3a6854fe6715893b43d4a06e07b7e70524059f9 Closes #5754. Change-Id: I9d9d23f4ccb0471fab4ae7cc45f2857c170546a4 PiperOrigin-RevId: 208016336
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 8b4c23f519..b6657b8b89 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -147,8 +147,10 @@ sh_test(
name = "output_filter_test",
size = "large",
srcs = ["output_filter_test.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(