From fbf5ca3bb0d2211954a5513f23a251570e9ea500 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 15 Jul 2022 11:28:29 +0800 Subject: [PATCH] Update all_test.sh --- plugins/php/versions/all_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/all_test.sh b/plugins/php/versions/all_test.sh index 405c51a38..cf42af4d0 100644 --- a/plugins/php/versions/all_test.sh +++ b/plugins/php/versions/all_test.sh @@ -47,7 +47,7 @@ for PHP_VER in ${PHP_VER_LIST[@]}; do if [ ! -d /www/server/php/${PHP_VER} ];then echo "php${PHP_VER} is not install!" - continue; + continue fi NON_ZTS_FILENAME=`ls /www/server/php/${PHP_VER}/lib/php/extensions | grep no-debug-non-zts`