diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-11-28 15:38:46 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-12-01 11:28:13 +0100 |
commit | 23232422e507a90922c0870611cade5c789bb83a (patch) | |
tree | 51294deb312089fc618c0edef314938c51cd080b /test/functional/test_runner.py | |
parent | cf5f432c69418adb51f0f4a0bdbd6ba3112ee11a (diff) |
test: Add test for `-debuglogfile`
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 d953e1585c..2202d65b5e 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -126,6 +126,7 @@ BASE_SCRIPTS= [ 'p2p-fingerprint.py', 'uacomment.py', 'p2p-acceptblock.py', + 'feature_logging.py', ] EXTENDED_SCRIPTS = [ |