diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-21 11:19:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-21 11:19:18 +0200 |
commit | 9a458a1ac56918d2ffe97061dbc07efefcc87533 (patch) | |
tree | c1a7965f7c23b161cd48420fd8442ff62088a863 /getmock | |
parent | 31c1899267b5955a2bec8b9bbbbbbbd4d2d66453 (diff) |
7.3 tools
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -197,6 +197,10 @@ if [ $1 = php72 ]; then opt=php72 shift fi +if [ $1 = php73 ]; then + opt=php73 + shift +fi if [ $1 = glpi91 ]; then opt=glpi91 shift @@ -278,6 +282,20 @@ elif [ $1 = all72 ]; then n=7 getOneMock el${n}x $opt '*7.2*' +elif [ $1 = all73 ]; then + [ $opt = remi ] && opt=php73 + [ $opt = test ] && opt=test73 + for n in 27 28 + do + getOneMock fc${n}i $opt '*7.3*' + getOneMock fc${n}x $opt '*7.3*' + done + n=6 + getOneMock el${n}i $opt '*7.3*' + getOneMock el${n}x $opt '*7.3*' + n=7 + getOneMock el${n}x $opt '*7.3*' + elif [ $1 = all54 ]; then for n in 6 do |