From ab0f44c8d9f3fb72149ca088e1dec8de02d2a12c Mon Sep 17 00:00:00 2001 From: wuguangzhao Date: Fri, 24 Jan 2025 09:52:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=B5=8B=E8=AF=951-45=E5=8F=B7?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?googletest=E6=B5=8B=E8=AF=95=E4=B8=8D=E9=80=9A=E8=BF=87?= =?UTF-8?q?=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/googletest/HPKCHECK | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thirdparty/googletest/HPKCHECK b/thirdparty/googletest/HPKCHECK index bcec3522..18ac6fd7 100644 --- a/thirdparty/googletest/HPKCHECK +++ b/thirdparty/googletest/HPKCHECK @@ -7,7 +7,8 @@ logfile=${LYCIUM_THIRDPARTY_ROOT}/${pkgname}/${pkgname}_${ARCH}_${OHOS_SDK_VER}_ openharmonycheck() { res=0 cd ${builddir}/${ARCH}-build - ctest > ${logfile} 2>&1 + # 把需要python的用例排除 + ctest -I 1,45 > ${logfile} 2>&1 res=$? if [ $res -ne 0 ] then -- Gitee