summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-06 16:23:41 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-06 16:23:41 +0200
commit9fc41f5f8d5141c452167114dae6e017ec7cc794 (patch)
treebdddc96240ee543d423a79e2d050488cc6f521db /getmock
parente3d3ed2547c5d5154f0b1c137c601b4e9b6b645d (diff)
helper for php55
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock11
1 files changed, 11 insertions, 0 deletions
diff --git a/getmock b/getmock
index 0ae09d2..6a8ee07 100755
--- a/getmock
+++ b/getmock
@@ -142,6 +142,17 @@ if [ $1 = all ]; then
do
getOneMock el${i}i $opt
done
+elif [ $1 = all55 ]; then
+ for n in $(seq 17 18)
+ do
+ getOneMock fc${n}i test
+ getOneMock fc${n}x test
+ done
+ for n in $(seq 5 6)
+ do
+ getOneMock el${n}i php55
+ getOneMock el${n}x php55
+ done
elif [ $1 = allx ]; then
for i in $(seq 13 20)
do