aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_reindex.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/feature_reindex.py')
-rwxr-xr-xtest/functional/feature_reindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_reindex.py b/test/functional/feature_reindex.py
index 835cd0c5cf..50a9ae1c06 100755
--- a/test/functional/feature_reindex.py
+++ b/test/functional/feature_reindex.py
@@ -103,4 +103,4 @@ class ReindexTest(BitcoinTestFramework):
if __name__ == '__main__':
- ReindexTest().main()
+ ReindexTest(__file__).main()