Changeset b2d7fdd for .tests/btlib.py


Ignore:
Timestamp:
2021-03-31T14:00:59Z (4 years ago)
Author:
/ <>
Children:
7c2ecd6
Parents:
3b6a6e5
Message:

does leakage still...?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .tests/btlib.py

    r3b6a6e5 rb2d7fdd  
    105105
    106106    if ALWAYSSHOWLOG or fail:
     107        print(test_function.__name__ + ' logs:')
    107108        for cli in clis:
    108109            cli.receive()
     
    112113        print(SEPARATOR)
    113114    else:
    114         print('script passed')
     115        print(test_function.__name__ + ' succeeded')
    115116   
    116117    if fail:
Note: See TracChangeset for help on using the changeset viewer.