Test process with --tor, set env variable HOME for tor
This commit is contained in:
parent
329ba585a9
commit
0a81885880
|
@ -195,7 +195,7 @@ class TestProcessNoI2P(TestProcessShutdown):
|
|||
@unittest.skipIf(tor_port_free, 'No running tor detected')
|
||||
class TestProcessTor(TestProcessProto):
|
||||
"""A test case for minode process running with tor enabled"""
|
||||
_process_cmd = ['minode', '--socks-proxy', '127.0.0.1:9050']
|
||||
_process_cmd = ['minode', '--tor']
|
||||
_wait_time = 60
|
||||
|
||||
def test_connections(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user