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 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WORKSPACE') 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() -- cgit v1.2.3