mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +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
|
||||
genhtml_med_limit = 50
|
||||
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
|
||||
|
||||
test_name = test_descriptor['name']
|
||||
print('Test: %s' % test_name)
|
||||
print('Test: %s' % test_name, file=sys.stderr)
|
||||
|
||||
if '/SLA/' in test_descriptor['name']:
|
||||
iut_role = 'responder'
|
||||
|
Loading…
Reference in New Issue
Block a user