aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-10-30 21:28:42 -0400
committerMatt Corallo <git@bluematt.me>2017-10-31 13:51:34 -0400
commitf3d4adfa6ff5db180ec09d93f78cdc8bfda26f96 (patch)
tree30800ef56af6f130665c90a632629a4056692e13 /test
parent00dcda60f6ee63d35bec640f27efe2338dd71270 (diff)
downloadbitcoin-f3d4adfa6ff5db180ec09d93f78cdc8bfda26f96.tar.xz
Make p2p-acceptablock not an extended test
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/test_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 80a5ffefb4..ca36426a0a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -125,6 +125,7 @@ BASE_SCRIPTS= [
'minchainwork.py',
'p2p-fingerprint.py',
'uacomment.py',
+ 'p2p-acceptblock.py',
]
EXTENDED_SCRIPTS = [
@@ -152,7 +153,6 @@ EXTENDED_SCRIPTS = [
'txn_clone.py --mineblock',
'notifications.py',
'invalidateblock.py',
- 'p2p-acceptblock.py',
'replace-by-fee.py',
]