From b8f7f94ec441117e78b807d546128ce6888393ee Mon Sep 17 00:00:00 2001 From: Hake Huang Date: Fri, 16 Feb 2024 00:01:21 +0800 Subject: [PATCH] fix the leading blank issue the leading blank will be introplate as newlines, which will cause problem in filter issues. fixing: #69027 Signed-off-by: Hake Huang --- scripts/junit2issue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/junit2issue.py b/scripts/junit2issue.py index f7a8bbba..78f90423 100644 --- a/scripts/junit2issue.py +++ b/scripts/junit2issue.py @@ -41,11 +41,11 @@ class ZephyrTestCase(TestCase): ''' GITHUB_ISSUE_COMMENTS_TEMPLETE = ''' - Also fails on ${PLATFORM} for ${ZEPHYR_VERSION} +Also fails on ${PLATFORM} for ${ZEPHYR_VERSION} ''' GITHUB_ISSUE_TITLE_TEMPLETE = ''' - tests-ci : ${MODULE}: ${SUBMODULE}: ${CASE_NAME} test ${RESULT} +tests: ${MODULE}: ${SUBMODULE}: ${CASE_NAME} test ${RESULT} ''' GITHUB_TEMPLETE = '''