Skip to content

Commit

Permalink
fix the leading blank issue
Browse files Browse the repository at this point in the history
the leading blank will be introplate as newlines, which will cause
problem in filter issues.

fixing: #69027

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
  • Loading branch information
hakehuang committed Feb 15, 2024
1 parent 795d561 commit b8f7f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/junit2issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '''
Expand Down

0 comments on commit b8f7f94

Please sign in to comment.