You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review note: The changes are complete, because self.options.descriptors
is set to None in parse_args (test_framework.py).
A value of None implies -disablewallet, see the previous commit.
So if a call to add_wallet_options is missing, it will lead to a test
failure when the wallet is compiled in.
Copy file name to clipboardexpand all lines: test/functional/test_framework/test_framework.py
+17-7
Original file line number
Diff line number
Diff line change
@@ -194,12 +194,6 @@ def parse_args(self):
194
194
help="set a random seed for deterministically reproducing a previous test run")
195
195
parser.add_argument('--timeout-factor', dest="timeout_factor", type=float, default=1.0, help='adjust test timeouts by a factor. Setting it to 0 disables all timeouts')
0 commit comments