Changeset b2d7fdd for .tests/btlib.py
- Timestamp:
- 2021-03-31T14:00:59Z (4 years ago)
- Children:
- 7c2ecd6
- Parents:
- 3b6a6e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.tests/btlib.py
r3b6a6e5 rb2d7fdd 105 105 106 106 if ALWAYSSHOWLOG or fail: 107 print(test_function.__name__ + ' logs:') 107 108 for cli in clis: 108 109 cli.receive() … … 112 113 print(SEPARATOR) 113 114 else: 114 print( 'script passed')115 print(test_function.__name__ + ' succeeded') 115 116 116 117 if fail:
Note: See TracChangeset
for help on using the changeset viewer.