diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-09 10:25:37 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-09 10:25:37 +0100 |
commit | 7e820b7e417822f61e82c30dd1b87a0ba1bbfffe (patch) | |
tree | 8111673667a38a242b825e4dce5b25a525b1e150 /getmock | |
parent | bf839213353c20f0d9808f33f9da2d2b32447c57 (diff) |
new 'remi-php70-test' repository (EL 6, 7 and x86_64 only)
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -148,6 +148,10 @@ if [ $1 = test ]; then opt=test shift fi +if [ $1 = test70 ]; then + opt=test70 + shift +fi if [ $1 = php55 ]; then opt=php55 shift |