aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/ruby/compatibility_tests/v3.0.0/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/ruby/compatibility_tests/v3.0.0/test.sh')
-rwxr-xr-xthird_party/protobuf/ruby/compatibility_tests/v3.0.0/test.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/third_party/protobuf/ruby/compatibility_tests/v3.0.0/test.sh b/third_party/protobuf/ruby/compatibility_tests/v3.0.0/test.sh
deleted file mode 100755
index 996dc020c2..0000000000
--- a/third_party/protobuf/ruby/compatibility_tests/v3.0.0/test.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-set -ex
-
-# Change to the script's directory
-cd $(dirname $0)
-
-# Download 3.0.0 version of protoc
-PROTOC_BINARY_NAME="protoc-3.0.0-linux-x86_64.exe"
-if [ `uname` = "Darwin" ]; then
- PROTOC_BINARY_NAME="protoc-3.0.0-osx-x86_64.exe"
-fi
-wget http://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0/${PROTOC_BINARY_NAME} -O protoc
-chmod +x protoc
-
-# Run tests
-rake test