aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/pull-tester.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qa/pull-tester/pull-tester.sh')
-rwxr-xr-xqa/pull-tester/pull-tester.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/pull-tester/pull-tester.sh b/qa/pull-tester/pull-tester.sh
index bbee92967d..d3356f736a 100755
--- a/qa/pull-tester/pull-tester.sh
+++ b/qa/pull-tester/pull-tester.sh
@@ -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