aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorChun Kuan Lee <[email protected]>2018-10-08 00:24:20 +0800
committerChun Kuan Lee <[email protected]>2018-10-19 02:29:25 +0800
commit369244f654c9e36b803e841eb30fd0aa2960087a (patch)
treecc74ae7e3a5c7ae7f463bd409f0492491e25e33b /test/functional/test_runner.py
parentMerge #14374: qt: Add "Blocksdir" to Debug window (diff)
downloaddiscoin-369244f654c9e36b803e841eb30fd0aa2960087a.tar.xz
discoin-369244f654c9e36b803e841eb30fd0aa2960087a.zip
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 c6d157420..3f990924e 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',