diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-17 15:39:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-17 15:39:13 +0100 |
commit | 5ed1fb06509621aaf6d54f3896878f630b41cdda (patch) | |
tree | 9d873d8d509a347318c83ec33432babee94fcbce /getmock | |
parent | 7f690bc034ef73576330537722e8654d64ac0d51 (diff) |
add redis-6.0 helpers
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -482,6 +482,17 @@ elif [ $1 = all82 ]; then getOneMock el9x82 $opt '*8.2*' getOneMock el9a82 $opt '*8.2*' +elif [ $1 = allr60 ]; then + opt=remi + getOneMock fc35x $opt '*6.0*' + getOneMock el7x $opt '*6.0*' + opt=redis60 + getOneMock fc36x $opt '*6.0*' + getOneMock fc37x $opt '*6.0*' + getOneMock el8x $opt '*6.0*' + getOneMock el9x $opt '*6.0*' + getOneMock el9a $opt '*6.0*' + elif [ $1 = allr62 ]; then opt=remi getOneMock fc35x $opt '*6.2*' @@ -504,6 +515,17 @@ elif [ $1 = allr70 ]; then getOneMock el9x $opt '*7.0*' getOneMock el9a $opt '*7.0*' +elif [ $1 = allm ]; then + opt=remi + getOneMock fc35x $opt '*1.6*' + getOneMock el7x $opt '*1.6*' + getOneMock el8x $opt '*1.6*' + opt=memcached + getOneMock fc36x $opt '*1.6*' + getOneMock fc37x $opt '*1.6*' + getOneMock el9x $opt '*1.6*' + getOneMock el9a $opt '*1.6*' + elif [ $1 = all54 ]; then n=7 getOneMock el${n}x remi '*5.4*' |