diff options
Diffstat (limited to 'test/functional/wallet_createwalletdescriptor.py')
-rwxr-xr-x | test/functional/wallet_createwalletdescriptor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_createwalletdescriptor.py b/test/functional/wallet_createwalletdescriptor.py index 18e1703da3..e8cd914769 100755 --- a/test/functional/wallet_createwalletdescriptor.py +++ b/test/functional/wallet_createwalletdescriptor.py @@ -120,4 +120,4 @@ class WalletCreateDescriptorTest(BitcoinTestFramework): if __name__ == '__main__': - WalletCreateDescriptorTest().main() + WalletCreateDescriptorTest(__file__).main() |