mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
this is a chunk of work I guess
This commit is contained in:
parent
5331820325
commit
679b9a93c1
@ -717,7 +717,8 @@ class MagicFolderAliceBobTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Rea
|
||||
temp = self.mktemp()
|
||||
self.basedir = abspath_expanduser_unicode(temp.decode(get_filesystem_encoding()))
|
||||
# set_up_grid depends on self.basedir existing
|
||||
self.set_up_grid(num_clients=2, oneshare=True)
|
||||
with start_action(action_type=u"set_up_grid"):
|
||||
self.set_up_grid(num_clients=2, oneshare=True)
|
||||
|
||||
self.alice_clock = task.Clock()
|
||||
self.bob_clock = task.Clock()
|
||||
|
Loading…
Reference in New Issue
Block a user