Changeset b2d7fdd
- Timestamp:
- 2021-03-31T14:00:59Z (4 years ago)
- Children:
- 7c2ecd6
- Parents:
- 3b6a6e5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/ci.yml
r3b6a6e5 rb2d7fdd 46 46 ./.tests/cleanup_bitlbee.sh 47 47 48 - name: register48 - name: (un)register 49 49 if: ${{ always() }} 50 50 run: | -
.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: -
.tests/cleanup_bitlbee.sh
r3b6a6e5 rb2d7fdd 7 7 sudo make uninstall-etc 8 8 9 printf 'Bitlbee output:\n \n'9 printf 'Bitlbee output:\n' 10 10 less ./debuglog 11 11
Note: See TracChangeset
for help on using the changeset viewer.