aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/bound_targets_test.sh
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 /src/test/shell/bazel/bound_targets_test.sh
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 'src/test/shell/bazel/bound_targets_test.sh')
-rwxr-xr-xsrc/test/shell/bazel/bound_targets_test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/shell/bazel/bound_targets_test.sh b/src/test/shell/bazel/bound_targets_test.sh
index d7da26a029..f6d029b962 100755
--- a/src/test/shell/bazel/bound_targets_test.sh
+++ b/src/test/shell/bazel/bound_targets_test.sh
@@ -25,8 +25,7 @@ if [ "${PLATFORM}" != "darwin" ]; then
fi
function test_build_xcrunwrapper() {
- rm WORKSPACE
- ln -sv ${workspace_file} WORKSPACE
+ use_bazel_workspace_file
bazel build //external:xcrunwrapper || fail "should build xcrunwrapper"
}