mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
test/security_manager_sc: print testname on stderr
This commit is contained in:
parent
d8d5d86433
commit
33b2b4b183
@ -1,3 +1,6 @@
|
|||||||
# Coverage rate limits
|
# Coverage rate limits
|
||||||
genhtml_med_limit = 50
|
genhtml_med_limit = 50
|
||||||
genhtml_hi_limit = 80
|
genhtml_hi_limit = 80
|
||||||
|
|
||||||
|
# Include color legend in HTML output if non-zero
|
||||||
|
genhtml_legend = 1
|
||||||
|
@ -357,7 +357,7 @@ def run_test(test_descriptor):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
test_name = test_descriptor['name']
|
test_name = test_descriptor['name']
|
||||||
print('Test: %s' % test_name)
|
print('Test: %s' % test_name, file=sys.stderr)
|
||||||
|
|
||||||
if '/SLA/' in test_descriptor['name']:
|
if '/SLA/' in test_descriptor['name']:
|
||||||
iut_role = 'responder'
|
iut_role = 'responder'
|
||||||
|
Loading…
Reference in New Issue
Block a user