diff options
Diffstat (limited to 'scripts/getbaseline.sh')
| -rwxr-xr-x | scripts/getbaseline.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/getbaseline.sh b/scripts/getbaseline.sh deleted file mode 100755 index 719fbe5..0000000 --- a/scripts/getbaseline.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -cd tests/data -for i in $@; do - if [[ $i == '2.7' ]]; then - # we only support 2.7 now - wget https://github.com/getnikola/invariant-builds/archive/v$i'.zip' - unzip 'v'$i'.zip' - rm -rf baseline$i - mv invariant-builds-$i baseline$i - rm 'v'$i'.zip' - else - echo 'Version '$i' does not support baseline testing.' - fi -done |
