mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
fix(ci): fix missing [Performance] prefix in junit report
This commit is contained in:
parent
4304866780
commit
bccaab7e6c
@ -149,7 +149,7 @@ class JunitReport(object):
|
|||||||
assert cls.JUNIT_CURRENT_TEST_CASE
|
assert cls.JUNIT_CURRENT_TEST_CASE
|
||||||
|
|
||||||
for item in performance_items:
|
for item in performance_items:
|
||||||
cls.JUNIT_CURRENT_TEST_CASE.stdout += '[{}]: {}\n'.format(item[0], item[1])
|
cls.JUNIT_CURRENT_TEST_CASE.stdout += '[Performance][{}]: {}\n'.format(item[0], item[1])
|
||||||
|
|
||||||
|
|
||||||
def test_method(**kwargs):
|
def test_method(**kwargs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user