Fix tor disabling for tests

This commit is contained in:
shortcutme 2018-07-16 01:56:19 +02:00
parent e9c7d6a0cc
commit ea619ce99a
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -62,7 +62,7 @@ config.parse() # Parse again to add plugin configuration options
config.data_dir = "src/Test/testdata" # 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 = "disable" # Don't start Tor client
config.trackers = []
os.chdir(os.path.abspath(os.path.dirname(__file__) + "/../..")) # Set working dir