Skip to content

Commit 5430706

Browse files
committed
Change output format to match htrun
1 parent c13a4f8 commit 5430706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mbed-greentea/test/report_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_report_zero_testcases(self):
4444
u'build_path_abs': u'N/A',
4545
u'copy_method': u'N/A',
4646
u'image_path': u'N/A',
47-
u'single_test_output': b'\x80abc\uXXXX' ,
47+
u'single_test_output': u'\x80abc' ,
4848
u'platform_name': u'k64f',
4949
u'test_bin_name': u'N/A',
5050
u'testcase_result': {},

test/test/report_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_report_zero_testcases(self):
4242
u'build_path_abs': u'N/A',
4343
u'copy_method': u'N/A',
4444
u'image_path': u'N/A',
45-
u'single_test_output': b'\x80abc\uXXXX' ,
45+
u'single_test_output': u'\x80abc',
4646
u'platform_name': u'k64f',
4747
u'test_bin_name': u'N/A',
4848
u'testcase_result': {},

0 commit comments

Comments
 (0)