aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/testenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/bazel/testenv.sh')
-rwxr-xr-xsrc/test/shell/bazel/testenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/bazel/testenv.sh b/src/test/shell/bazel/testenv.sh
index c84e839197..12afe3635f 100755
--- a/src/test/shell/bazel/testenv.sh
+++ b/src/test/shell/bazel/testenv.sh
@@ -90,7 +90,7 @@ EOF
# Report whether a given directory name corresponds to a tools directory.
function is_tools_directory() {
case "$1" in
- third_party|tools)
+ third_party|tools|src)
true
;;
*)