Skip to content

Commit

Permalink
default to proto2, add support for proto4 in integration suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Zariel committed Aug 29, 2015
1 parent 89faad6 commit 2f95b95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ function run_tests() {
local proto=2
if [[ $version == 1.2.* ]]; then
proto=1
elif [[ $version == 2.0.* ]]; then
proto=2
elif [[ $version == 2.1.* ]]; then
proto=3
elif [[ $version == 2.2.* ]]; then
proto=4
fi

if [ "$auth" = true ]
Expand Down

0 comments on commit 2f95b95

Please sign in to comment.