aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-07-22 10:41:41 +0200
committerMarcoFalke <falke.marco@gmail.com>2017-07-22 10:41:45 +0200
commit0c173a15ca1bf20999f74987988985508c9de463 (patch)
tree7d41275cf11c2c0e4d2179a1858be44262e93a2b
parent420238d3103aa5c2e0ad29be840ba5d04b9d243e (diff)
parent44eb9d406ab131b628a3113181d6198b205d83ac (diff)
downloadbitcoin-0c173a15ca1bf20999f74987988985508c9de463.tar.xz
Merge #10893: [QA] Avoid running multiwallet.py twice
44eb9d4 [QA] Avoid running multiwallet.py twice (Jonas Schnelli) Pull request description: It's already on L92. Second script execution was introduced in #10604 3707fcd94e6251384235d16faafc975853d49e3d (probably rebase issue) Reported by @MarcoFalke Tree-SHA512: cd2873df08e31cbf5b7a43b5e6713b643b758496d4357dcc99d1c3ad2da07e55f6d69996654d17d3f5484219cb5fd4e32da3bfd94701d1137bc955241d285e57
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index c158eaa34e..a043560ea8 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -63,7 +63,6 @@ BASE_SCRIPTS= [
'segwit.py',
# vv Tests less than 2m vv
'wallet.py',
- 'multiwallet.py',
'wallet-accounts.py',
'p2p-segwit.py',
'wallet-dump.py',