Skip to content

Commit 81820b5

Browse files
committedSep 26, 2015
Allow downloading the baseline on 3.5
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent d848042 commit 81820b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎scripts/getbaseline.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
cd tests/data
33
for i in $@; do
4-
if [[ $i == '2.7' ]]; then
5-
# we only support 2.7 now
4+
if [[ $i == '3.5' ]]; then
5+
# we only support 3.5 now
66
wget https://github.com/getnikola/invariant-builds/archive/v$i'.zip'
77
unzip 'v'$i'.zip'
88
rm -rf baseline$i

0 commit comments

Comments
 (0)