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.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/shell/bazel/testenv.sh b/src/test/shell/bazel/testenv.sh
index 8bb7ea4f57..a313159ecb 100755
--- a/src/test/shell/bazel/testenv.sh
+++ b/src/test/shell/bazel/testenv.sh
@@ -52,10 +52,6 @@ protoc_jar="${TEST_SRCDIR}/third_party/protobuf/protobuf-*.jar"
junit_jar="${TEST_SRCDIR}/third_party/junit/junit-*.jar"
hamcrest_jar="${TEST_SRCDIR}/third_party/hamcrest/hamcrest-*.jar"
-# Try to detect go root and fallback with /usr/lib/golang
-# The test itselfs is skipped if go_root is unset.
-go_root="$(go env GOROOT 2>/dev/null || echo "/usr/lib/golang")"
-
# This function copy the tools directory from Blaze.
function copy_tools_directory() {
cp -R ${tools_dir}/* tools