Add the case of Test-MockModule (perl module) to packInstall.sh
This commit is contained in:
parent
c8d5f11878
commit
04fcea11b7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ case $1 in
|
||||||
x265*) # can contain vd.d or just d.d: thanks to packagers
|
x265*) # can contain vd.d or just d.d: thanks to packagers
|
||||||
VERSION=$(echo $1 | sed 's/^.*[v_]//')
|
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-]//')
|
VERSION=$(echo $1 | sed 's/^.*[v-]//')
|
||||||
;;
|
;;
|
||||||
junit*) # can contain -rd.d or just -d.d
|
junit*) # can contain -rd.d or just -d.d
|
||||||
|
|
Reference in a new issue