Run test in verbose mode
This commit is contained in:
parent
d76c1ca98e
commit
6c6ce54a20
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ config.parse() # Parse again to add plugin configuration options
|
||||||
|
|
||||||
config.data_dir = "src/Test/testdata" # Use test data for unittests
|
config.data_dir = "src/Test/testdata" # Use test data for unittests
|
||||||
config.debug_socket = True # Use test data for unittests
|
config.debug_socket = True # Use test data for unittests
|
||||||
|
config.verbose = True # Use test data for unittests
|
||||||
config.tor = "disabled" # Don't start Tor client
|
config.tor = "disabled" # Don't start Tor client
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue