From 4e3224c012df9f74f010eb92203520515e8537b9 Mon Sep 17 00:00:00 2001 From: Dererk Date: Wed, 11 Nov 2015 16:34:34 -0300 Subject: Imported Upstream version 7.7.3 --- scripts/getbaseline.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/getbaseline.sh') diff --git a/scripts/getbaseline.sh b/scripts/getbaseline.sh index 719fbe5..9006579 100755 --- a/scripts/getbaseline.sh +++ b/scripts/getbaseline.sh @@ -1,8 +1,8 @@ #!/bin/bash cd tests/data for i in $@; do - if [[ $i == '2.7' ]]; then - # we only support 2.7 now + if [[ $i == '3.5' || $i == '2.7' ]]; then + # we only support 2.7 and 3.5 wget https://github.com/getnikola/invariant-builds/archive/v$i'.zip' unzip 'v'$i'.zip' rm -rf baseline$i -- cgit v1.2.3