aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-10-08 00:24:20 +0800
committerChun Kuan Lee <ken2812221@gmail.com>2018-10-19 02:29:25 +0800
commit369244f654c9e36b803e841eb30fd0aa2960087a (patch)
treecc74ae7e3a5c7ae7f463bd409f0492491e25e33b /test/functional/test_runner.py
parentfe23553edd84b0247e05ec3de023944c558afd54 (diff)
downloadbitcoin-369244f654c9e36b803e841eb30fd0aa2960087a.tar.xz
utils: Fix broken Windows filelock
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index c6d1574201..3f990924ec 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -174,6 +174,7 @@ BASE_SCRIPTS = [
'rpc_getblockstats.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
+ 'feature_filelock.py',
'p2p_unrequested_blocks.py',
'feature_includeconf.py',
'rpc_scantxoutset.py',