source:
.tests/cleanup_bitlbee.sh
@
a18cf1b
Last change on this file since a18cf1b was c6c05ad, checked in by , at 2021-03-29T10:25:12Z | |
---|---|
|
|
File size: 151 bytes |
Rev | Line | |
---|---|---|
[c6c05ad] | 1 | #!/bin/bash |
2 | ||
3 | set -e | |
4 | ||
5 | killall bitlbee | |
6 | less ./debuglog | |
7 | ||
8 | if cat ./debuglog | grep -i -q error | |
9 | then | |
10 | rm ./debuglog | |
11 | exit 1 | |
12 | else | |
13 | rm ./debuglog | |
14 | fi |
Note: See TracBrowser
for help on using the repository browser.