source:
.tests/cleanup_bitlbee.sh
@
f7cd819
Last change on this file since f7cd819 was c386390, checked in by , at 2021-03-29T13:01:22Z | |
---|---|
|
|
File size: 185 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | set -e |
4 | |
5 | killall bitlbee |
6 | |
7 | printf '\n\nBitlbee 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.