aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/testenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/testenv.sh')
-rwxr-xr-xsrc/test/shell/testenv.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/shell/testenv.sh b/src/test/shell/testenv.sh
index 019d13eaa8..99bc3945ef 100755
--- a/src/test/shell/testenv.sh
+++ b/src/test/shell/testenv.sh
@@ -167,6 +167,10 @@ function use_bazel_workspace_file() {
def docker_repository():
pass
EOF
+ cat >src/test/docker/flavours.bzl <<EOF
+def pull_images_for_docker_tests():
+ pass
+EOF
touch src/test/docker/BUILD
rm -f WORKSPACE
ln -sf ${workspace_file} WORKSPACE