mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
naming for tor-introducer fixture
This commit is contained in:
parent
8436acc87f
commit
926fa77ccb
@ -270,7 +270,7 @@ log_gatherer.furl = {log_furl}
|
||||
# but on linux it means daemonize. "tahoe run" is consistent
|
||||
# between platforms.
|
||||
protocol = _MagicTextProtocol('introducer running')
|
||||
process = _tahoe_runner_optional_coverage(
|
||||
transport = _tahoe_runner_optional_coverage(
|
||||
protocol,
|
||||
reactor,
|
||||
request,
|
||||
@ -282,8 +282,8 @@ log_gatherer.furl = {log_furl}
|
||||
|
||||
def cleanup():
|
||||
try:
|
||||
process.transport.signalProcess('TERM')
|
||||
pytest_twisted.blockon(process.transport.exited)
|
||||
transport.signalProcess('TERM')
|
||||
pytest_twisted.blockon(transport.exited)
|
||||
except ProcessExitedAlready:
|
||||
pass
|
||||
request.addfinalizer(cleanup)
|
||||
|
Loading…
Reference in New Issue
Block a user