diff options
author | Matt Corallo <git@bluematt.me> | 2017-10-30 21:28:42 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-11-02 13:22:25 -0400 |
commit | 55b7abfa8a7dd1400f4399f734a1b2b6b439d52a (patch) | |
tree | 41f8397dba29195f6de0b2be5eb64bd3cbba5481 /test | |
parent | 5bec7744d112141848e57d7f628dc17597f89dd5 (diff) |
Make p2p-acceptablock not an extended test
Github-Pull: #11531
Rebased-From: f3d4adfa6ff5db180ec09d93f78cdc8bfda26f96
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 714a907ee8..ca74bb68da 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -122,6 +122,7 @@ BASE_SCRIPTS= [ 'uptime.py', 'resendwallettransactions.py', 'minchainwork.py', + 'p2p-acceptblock.py', ] EXTENDED_SCRIPTS = [ @@ -149,7 +150,6 @@ EXTENDED_SCRIPTS = [ 'txn_clone.py --mineblock', 'forknotify.py', 'invalidateblock.py', - 'p2p-acceptblock.py', 'replace-by-fee.py', ] |