mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 14:48:38 +00:00
Print Greentea __testcase_name indicator for Greentea to mark the test
This commit is contained in:
parent
a57a420985
commit
5e7f8df800
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ class MbedTlsTest(BaseHostTest):
|
|||
"""
|
||||
int_val = self.get_result(value)
|
||||
name, function, deps, args = self.tests[self.test_index]
|
||||
self.log('{{__testcase_start;%s}}' % name)
|
||||
self.log('{{__testcase_finish;%s;%d;%d}}' % (name, int_val == 0,
|
||||
int_val != 0))
|
||||
self.run_next_test()
|
||||
|
|
Loading…
Reference in a new issue