From 4f58de1880df4a3f797885bc81468f8b46341d49 Mon Sep 17 00:00:00 2001 From: wuguangzhao Date: Fri, 24 Jan 2025 09:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=89=E4=B8=AA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=94=A8=E4=BE=8B=EF=BC=8C=E4=BF=AE=E5=A4=8Dnspr?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=B8=8D=E9=80=9A=E8=BF=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuguangzhao --- thirdparty/nspr/HPKCHECK | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/thirdparty/nspr/HPKCHECK b/thirdparty/nspr/HPKCHECK index e349f958..c0e8fc43 100644 --- a/thirdparty/nspr/HPKCHECK +++ b/thirdparty/nspr/HPKCHECK @@ -18,8 +18,7 @@ source HPKBUILD > /dev/null 2>&1 logfile=${LYCIUM_THIRDPARTY_ROOT}/${pkgname}/${pkgname}_${ARCH}_${OHOS_SDK_VER}_test.log checkprepare() { - # 挂载系统,测试时需要创建文件/tmp/sock - mount -o remount,rw / + sed -i '/^sema$/d; /^semaerr$/d; /^semaping$/d' $pkgname-$ARCH-build/$pkgname/pr/tests/runtests.sh } openharmonycheck() { -- Gitee