diff options
| author | Karl-Johan Alm <[email protected]> | 2017-05-02 10:26:33 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2018-05-02 14:26:45 +0900 |
| commit | 0f0badd5a3b71720ec81f7db8edf6e79e740c76a (patch) | |
| tree | a2f8a4bf5be8186a458f24bd626f9938d659ec1c /test/functional/test_runner.py | |
| parent | -includeconf=<path> support in config handler, for including external configu... (diff) | |
| download | discoin-0f0badd5a3b71720ec81f7db8edf6e79e740c76a.tar.xz discoin-0f0badd5a3b71720ec81f7db8edf6e79e740c76a.zip | |
test: Test includeconf parameter.
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 5e86e7ce6..8a82db222 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -138,6 +138,7 @@ BASE_SCRIPTS = [ 'p2p_fingerprint.py', 'feature_uacomment.py', 'p2p_unrequested_blocks.py', + 'feature_includeconf.py', 'feature_logging.py', 'p2p_node_network_limited.py', 'feature_blocksdir.py', |