aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorlaanwj <126646+laanwj@users.noreply.github.com>2022-02-16 16:31:41 +0100
committerlaanwj <126646+laanwj@users.noreply.github.com>2022-02-17 12:33:30 +0100
commitb223c3c21e89f6af76b5401413880923f7c444d6 (patch)
tree917f6ca4a1c8babcdcc557f7292f9b65be6bc68b /test/functional/test_runner.py
parentddb75c2e87a60ed24065bdf0c3bfabf4e058cef1 (diff)
downloadbitcoin-b223c3c21e89f6af76b5401413880923f7c444d6.tar.xz
test: Add functional test for symlinked blocks directory
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 1a0d62aa8f..516e8be638 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -321,6 +321,7 @@ BASE_SCRIPTS = [
'rpc_getdescriptorinfo.py',
'rpc_mempool_entry_fee_fields_deprecation.py',
'rpc_help.py',
+ 'feature_dirsymlinks.py',
'feature_help.py',
'feature_shutdown.py',
'p2p_ibd_txrelay.py',