aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2015-05-04 10:50:24 -0400
committerWladimir J. van der Laan <laanwj@gmail.com>2015-06-03 16:24:14 +0200
commit2edec4fe68c5fe0fefb4c0561e8353462bb439bc (patch)
treebd0a921b0605e469d72fcdda94088f46a4768d61 /qa/pull-tester
parent304892fc03b11bf04286619d2a6fe0ba99ee41fc (diff)
downloadbitcoin-2edec4fe68c5fe0fefb4c0561e8353462bb439bc.tar.xz
P2P regression test for new AcceptBlock behavior
Github-Pull: #5875 Rebased-From: aa8c827968a68a3adc4df5f126635e37a71a7fbb
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 88772a9c32..9b318650e9 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -51,6 +51,7 @@ testScriptsExt=(
'invalidblockrequest.py'
'rawtransactions.py'
# 'forknotify.py'
+ 'p2p-acceptblock.py'
);
extArg="-extended"