mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
test_system: assert that BASEDIR/node.url is created properly
This commit is contained in:
parent
08c3ee73a2
commit
464637605e
@ -990,9 +990,10 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase):
|
||||
|
||||
private_uri = self._private_node.get_uri()
|
||||
some_uri = self._root_directory_uri
|
||||
client0_basedir = self.getdir("client0")
|
||||
|
||||
nodeargs = [
|
||||
"--node-url", self.webish_url,
|
||||
"--node-directory", client0_basedir,
|
||||
"--dir-cap", private_uri,
|
||||
]
|
||||
public_nodeargs = [
|
||||
|
Loading…
Reference in New Issue
Block a user