aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-07-30 04:28:23 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-30 04:30:22 -0700
commitffb12a4bea96ea0bca9e792b46f02c9bec226295 (patch)
treea1a4d7d0aab8a48ca31fcbfb595a337be0fb31c6 /src/test/shell/integration/BUILD
parent283ba0a0f777cfb203f4b73ac3cee2575ebf9da5 (diff)
Windows,tests: port execution_phase_tests
//src/test/shell/integration:execution_phase_tests now runs on Windows. See https://github.com/bazelbuild/bazel/issues/4292 Change-Id: Ia46f26d7fa428cc17cd6988859d427165174fe29 Closes #5688. Change-Id: I5d001825431e8a0ee7d2ce6be911544b72c3bdd2 PiperOrigin-RevId: 206560081
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 7c2ec70b8b..8b4c23f519 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -75,8 +75,10 @@ sh_test(
name = "execution_phase_tests",
size = "large",
srcs = ["execution_phase_tests.sh"],
- data = [":test-deps"],
- tags = ["no_windows"],
+ data = [
+ ":test-deps",
+ "@bazel_tools//tools/bash/runfiles",
+ ],
)
sh_test(