mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-08 17:30:36 +02:00
stop bitcoind/bitcoin-cli processes that might have been left running
This commit is contained in:
@ -11,6 +11,9 @@ if [ $# -lt 1 ]; then
|
||||
echo "usage: $0 [bitcoin srcroot] build-test arguments..."
|
||||
fi
|
||||
|
||||
killall -q bitcoin-cli
|
||||
killall -q bitcoind
|
||||
|
||||
cd $1
|
||||
shift
|
||||
|
||||
|
Reference in New Issue
Block a user