Changeset bc346a2
- Timestamp:
- 2021-03-31T13:09:17Z (4 years ago)
- Children:
- 6083ea9
- Parents:
- bda5012
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/ci.yml
rbda5012 rbc346a2 47 47 48 48 - name: register 49 if: ${{ always() }} 49 50 run: | 50 51 ./.tests/setup_prosody.sh … … 62 63 63 64 - name: unregister 65 if: ${{ always() }} 64 66 run: | 65 67 ./.tests/setup_prosody.sh -
.tests/btlib.py
rbda5012 rbc346a2 164 164 clis[1].send_priv_msg("&bitlbee", "register "+clis[1].pwd*2) 165 165 ret = (clis[1].receive(wait = 10).find('Account successfully created') != -1) 166 print("What is this"+ ret)166 print("What is this"+ str(ret)) 167 167 return ret 168 168
Note: See TracChangeset
for help on using the changeset viewer.