From 9a458a1ac56918d2ffe97061dbc07efefcc87533 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Aug 2018 11:19:18 +0200 Subject: 7.3 tools --- getmock | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'getmock') diff --git a/getmock b/getmock index 65bc424..59ad33f 100755 --- a/getmock +++ b/getmock @@ -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 -- cgit