source:
.tests/cleanup_bitlbee.sh
@
1fb3406
Last change on this file since 1fb3406 was e14bdc67, checked in by , at 2021-03-29T13:14:39Z | |
---|---|
|
|
File size: 181 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | set -e |
4 | |
5 | killall bitlbee |
6 | |
7 | printf 'Bitlbee output:\n\n' |
8 | less ./debuglog |
9 | |
10 | if cat ./debuglog | grep -i -q error |
11 | then |
12 | rm ./debuglog |
13 | exit 1 |
14 | else |
15 | rm ./debuglog |
16 | fi |
Note: See TracBrowser
for help on using the repository browser.