From e1b84a1131793181f8913202fbcc31b5cf5617a6 Mon Sep 17 00:00:00 2001 From: HanTao <15047857+hantao55@user.noreply.gitee.com> Date: Thu, 7 Nov 2024 08:17:49 +0000 Subject: [PATCH] =?UTF-8?q?update=20others/certification/openEuler?= =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=B5=8B=E8=AF=84=E6=8C=87=E5=AF=BC=E4=B9=A6?= =?UTF-8?q?.md.=20=E4=BF=AE=E6=AD=A3=E6=98=BE=E7=A4=BA=E7=9A=84=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=EF=BC=8C=E5=8E=BB=E6=8E=89=E5=85=B6=E4=B8=AD=E7=9A=84?= =?UTF-8?q?\=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HanTao <15047857+hantao55@user.noreply.gitee.com> --- ...\265\213\350\257\204\346\214\207\345\257\274\344\271\246.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/others/certification/openEuler\346\212\200\346\234\257\346\265\213\350\257\204\346\214\207\345\257\274\344\271\246.md" "b/others/certification/openEuler\346\212\200\346\234\257\346\265\213\350\257\204\346\214\207\345\257\274\344\271\246.md" index a79c1b097..bd391cdee 100644 --- "a/others/certification/openEuler\346\212\200\346\234\257\346\265\213\350\257\204\346\214\207\345\257\274\344\271\246.md" +++ "b/others/certification/openEuler\346\212\200\346\234\257\346\265\213\350\257\204\346\214\207\345\257\274\344\271\246.md" @@ -452,7 +452,7 @@ openEuler是面向商业软件、硬件、操作系统发行版及开发openEule 将待测软件包放至当前目录下,执行以下命令,最终测试结果在compatibilityLog文件中。 ```shell - lkp run ./compatibility-test-defaults.yaml -s 'package_name: xxxxxx' >compatibilityLog 2\>& 1 + lkp run ./compatibility-test-defaults.yaml -s 'package_name: xxxxxx' >compatibilityLog 2>&1 ``` > 说明: -- Gitee