mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
If TorNet status fails, proceed anyway
This commit is contained in:
parent
bedf092ca3
commit
402b2c3bd3
@ -482,9 +482,8 @@ def tor_network(reactor, temp_dir, chutney, request):
|
||||
try:
|
||||
pytest.blockon(proto.done)
|
||||
except ProcessTerminated:
|
||||
print("Chutney.TorNet failed:")
|
||||
print("Chutney.TorNet status failed (continuing):")
|
||||
print(proto.output.getvalue())
|
||||
raise
|
||||
|
||||
def cleanup():
|
||||
print("Tearing down Chutney Tor network")
|
||||
|
Loading…
x
Reference in New Issue
Block a user