aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-11 16:33:09 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-11 16:39:23 +0000
commit91430c71b44e92eb81af27522347b2dad7cf1084 (patch)
tree3e7ac9b01f540bd1dc993c3632a45f59fe214414
parent6a5d68692348a6cbfd8217457a041173d45b2aaa (diff)
Don't refer to deprecated dynamically linked protoc.
-- MOS_MIGRATED_REVID=93314155
-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 c54cf719d8..3e7a9cbf7c 100755
--- a/src/test/shell/bazel/testenv.sh
+++ b/src/test/shell/bazel/testenv.sh
@@ -45,7 +45,7 @@ case "${PLATFORM}" in
protoc_compiler="${TEST_SRCDIR}/third_party/protobuf/protoc.darwin"
;;
*)
- protoc_compiler="${TEST_SRCDIR}/third_party/protobuf/protoc.amd64"
+ protoc_compiler="${TEST_SRCDIR}/third_party/protobuf/protoc.linux-i686"
;;
esac
protoc_jar="${TEST_SRCDIR}/third_party/protobuf/protobuf-*.jar"