diff --git a/tests/pts/install.sh b/tests/pts/install.sh index 572f9ab0bfe3eb9e3c1605619c103a0a2efc8604..ae0d7593ba99fd262a5a25403114d53a45e33f6c 100644 --- a/tests/pts/install.sh +++ b/tests/pts/install.sh @@ -1,7 +1,7 @@ PTS_URL="https://ostester.oss-cn-hangzhou.aliyuncs.com/benchmarks/phoronix-test-suite-10.8.4.tar" PTS_CACHE="https://ostester.oss-cn-hangzhou.aliyuncs.com/benchmarks/pts-download-cached.tar" -DEP_PKG_LIST="php php-xml php-cli zlib-devel nmap perl-IPC-Cmd" +DEP_PKG_LIST="php php-xml php-cli zlib-devel nmap perl-IPC-Cmd expat-devel" grep -q Anolis /etc/os-release && DEP_PKG_LIST+=" php-json nmap-ncat"