Skip to content

Commit 3e7dac9

Browse files
committed
stop bitcoind/bitcoin-cli processes that might have been left running
1 parent 3e578aa commit 3e7dac9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

qa/pull-tester/pull-tester.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ if [ $# -lt 1 ]; then
1111
echo "usage: $0 [bitcoin srcroot] build-test arguments..."
1212
fi
1313

14+
killall -q bitcoin-cli
15+
killall -q bitcoind
16+
1417
cd $1
1518
shift
1619

0 commit comments

Comments
 (0)