aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-29 17:07:07 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-29 17:07:16 +0200
commita65b36ce354a8c471330439de2d72cad6f83749a (patch)
tree3306febaa7a58a4ce3939a4f4e64c651e42a56ee
parentb35a59179359709df21eb026d35f4124ce90fbd1 (diff)
parentfaa9f01461fea8e3665371f658d7f0dc919851eb (diff)
downloadbitcoin-a65b36ce354a8c471330439de2d72cad6f83749a.tar.xz
Merge #7764: [qa] Don't run pruning.py twice
faa9f01 [qa] Don't run pruning.py twice (MarcoFalke)
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 10b51fef7a..d5d5f10610 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -128,7 +128,6 @@ testScriptsExt = [
'getblocktemplate_proposals.py',
'txn_doublespend.py',
'txn_clone.py --mineblock',
- 'pruning.py',
'forknotify.py',
'invalidateblock.py',
# 'rpcbind_test.py', #temporary, bug in libevent, see #6655