aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2015-05-04 10:50:24 -0400
committerSuhas Daftuar <sdaftuar@gmail.com>2015-06-02 14:01:35 -0400
commitaa8c827968a68a3adc4df5f126635e37a71a7fbb (patch)
treecfd7eb60b354cb6910be24ff28860f7eea90cb18 /qa/pull-tester
parent9be0e6837b878f72bd087ce32b7a2f2ffb2fd544 (diff)
downloadbitcoin-aa8c827968a68a3adc4df5f126635e37a71a7fbb.tar.xz
P2P regression test for new AcceptBlock behavior
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"