diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -448,6 +448,17 @@ elif [ $1 = all81 ]; then getOneMock el8x81 $opt '*8.1*' getOneMock el9x81 $opt '*8.1*' +elif [ $1 = allr62 ]; then + opt=remi + getOneMock fc34x $opt '*6.2*' + getOneMock fc35x $opt '*6.2*' + getOneMock el7x $opt '*6.2*' + opt=redis62 + getOneMock fc36x $opt '*6.2*' + getOneMock el8x $opt '*6.2*' + getOneMock el9x $opt '*6.2*' + getOneMock el9a $opt '*6.2*' + elif [ $1 = allr70 ]; then opt=remi getOneMock fc34x $opt '*7.0*' @@ -457,6 +468,7 @@ elif [ $1 = allr70 ]; then getOneMock fc36x $opt '*7.0*' getOneMock el8x $opt '*7.0*' getOneMock el9x $opt '*7.0*' + getOneMock el9a $opt '*7.0*' elif [ $1 = all54 ]; then n=7 |