diff options
| author | Chun Kuan Lee <[email protected]> | 2018-10-08 00:24:20 +0800 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2018-10-19 02:29:25 +0800 |
| commit | 369244f654c9e36b803e841eb30fd0aa2960087a (patch) | |
| tree | cc74ae7e3a5c7ae7f463bd409f0492491e25e33b /test/functional/test_runner.py | |
| parent | Merge #14374: qt: Add "Blocksdir" to Debug window (diff) | |
| download | discoin-369244f654c9e36b803e841eb30fd0aa2960087a.tar.xz discoin-369244f654c9e36b803e841eb30fd0aa2960087a.zip | |
utils: Fix broken Windows filelock
Diffstat (limited to 'test/functional/test_runner.py')
| -rwxr-xr-x | test/functional/test_runner.py | 1 |
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', |