Add the case of Test-MockModule (perl module) to packInstall.sh

This commit is contained in:
Pierre Labastie 2018-12-08 10:12:46 +00:00
parent c8d5f11878
commit 04fcea11b7

View file

@ -72,7 +72,7 @@ case $1 in
x265*) # can contain vd.d or just d.d: thanks to packagers
VERSION=$(echo $1 | sed 's/^.*[v_]//')
;;
libuv*) # can contain -vd.d or just -d.d
libuv*|Test-MockModule*) # can contain -vd.d or just -d.d
VERSION=$(echo $1 | sed 's/^.*[v-]//')
;;
junit*) # can contain -rd.d or just -d.d