diff options
| author | 2015-11-11 16:34:34 -0300 | |
|---|---|---|
| committer | 2015-11-11 16:34:34 -0300 | |
| commit | 4e3224c012df9f74f010eb92203520515e8537b9 (patch) | |
| tree | 19322dc0c595268cb6864f21d7e92fd93cb826e9 /scripts/getbaseline.sh | |
| parent | 787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff) | |
Imported Upstream version 7.7.3upstream/7.7.3
Diffstat (limited to 'scripts/getbaseline.sh')
| -rwxr-xr-x | scripts/getbaseline.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
