Skip to content

Commit

Permalink
Allow downloading the baseline on 3.5
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 26, 2015
1 parent d848042 commit 81820b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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' ]]; then
# we only support 3.5 now
wget https://github.com/getnikola/invariant-builds/archive/v$i'.zip'
unzip 'v'$i'.zip'
rm -rf baseline$i
Expand Down

0 comments on commit 81820b5

Please sign in to comment.