Update all_test.sh
This commit is contained in:
parent
1630095d78
commit
2a9ecd9e4c
|
|
@ -5,6 +5,8 @@ DIR=$(cd "$(dirname "$0")"; pwd)
|
|||
|
||||
# cd /www/server/mdserver-web/plugins/php && bash all_test.sh
|
||||
|
||||
# cd /www/server/mdserver-web/plugins/php/versions/71/ && bash openssl.sh install 71
|
||||
|
||||
PHP_VER=53
|
||||
echo "php${PHP_VER} -- start"
|
||||
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
|
||||
|
|
@ -20,7 +22,7 @@ done
|
|||
echo "php${PHP_VER} -- end"
|
||||
|
||||
|
||||
PHP_VER_LIST=(54 55 56 71 72 73 74 80 81)
|
||||
PHP_VER_LIST=(54 55 56 70 71 72 73 74 80 81)
|
||||
# PHP_VER_LIST=(81)
|
||||
for PHP_VER in ${PHP_VER_LIST[@]}; do
|
||||
echo "php${PHP_VER} -- start"
|
||||
|
|
|
|||
Loading…
Reference in New Issue