mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-17 06:48:20 +00:00
Shut down alice.
This commit is contained in:
@ -401,9 +401,6 @@ def alice(
|
|||||||
reactor, request, temp_dir, introducer_furl, flog_gatherer, "alice",
|
reactor, request, temp_dir, introducer_furl, flog_gatherer, "alice",
|
||||||
web_port="tcp:9980:interface=localhost",
|
web_port="tcp:9980:interface=localhost",
|
||||||
storage=False,
|
storage=False,
|
||||||
# We're going to kill this ourselves, so no need for finalizer to
|
|
||||||
# do it:
|
|
||||||
finalize=False,
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
pytest_twisted.blockon(await_client_ready(process))
|
pytest_twisted.blockon(await_client_ready(process))
|
||||||
|
Reference in New Issue
Block a user