summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-09 10:25:37 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-09 10:25:37 +0100
commit7e820b7e417822f61e82c30dd1b87a0ba1bbfffe (patch)
tree8111673667a38a242b825e4dce5b25a525b1e150 /getmock
parentbf839213353c20f0d9808f33f9da2d2b32447c57 (diff)
new 'remi-php70-test' repository (EL 6, 7 and x86_64 only)
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock4
1 files changed, 4 insertions, 0 deletions
diff --git a/getmock b/getmock
index dddd34e..2328b86 100755
--- a/getmock
+++ b/getmock
@@ -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