From 0010cc9fc25863a94f45e8872fcdfa67f685cd4b Mon Sep 17 00:00:00 2001 From: dmarting Date: Tue, 27 Jun 2017 14:57:21 +0200 Subject: Move the docker tests in src/test/docker This is a better location and tools/cpp is packaged in embedded_tools that make the test ends-up in embedded_tools, which is requiring network access to build embedded_tools! Side-effect: have to correctly mock the bazel workspace file on a couple of tests. This is blocking on https://bazel-review.googlesource.com/c/12350/ PiperOrigin-RevId: 160265524 --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 5b7f88b7bf..14e114c054 100644 --- a/BUILD +++ b/BUILD @@ -40,7 +40,7 @@ filegroup( srcs = [":WORKSPACE"], visibility = [ "//src/test/shell/bazel:__subpackages__", - "//tools/cpp/test:__pkg__", + "//src/test/docker:__pkg__", ], ) -- cgit v1.2.3