aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-06-27 14:57:21 +0200
committerGravatar Marcel Hlopko <hlopko@google.com>2017-06-27 15:07:04 +0200
commit0010cc9fc25863a94f45e8872fcdfa67f685cd4b (patch)
tree721a14d1e989a413cee865bce4517f9237ce1717 /WORKSPACE
parent6648268ad92f37bfb243c708cbd0937e2aa6eada (diff)
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
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index c083719d03..dd6ef4edf6 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -33,8 +33,8 @@ bind(
actual = "//third_party/py/six",
)
-# For tools/cpp/test/...
-load("//tools/cpp/test:docker_repository.bzl", "docker_repository")
+# For src/test/docker/...
+load("//src/test/docker:docker_repository.bzl", "docker_repository")
docker_repository()