mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-05 05:13:40 +00:00
Print Greentea __testcase_name indicator for Greentea to mark the test
This commit is contained in:
parent
a57a420985
commit
5e7f8df800
@ -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 New Issue
Block a user