mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-15 14:46:37 +00:00
fail more informatively
This commit is contained in:
parent
5f6ae1f8f5
commit
2244f0374e
@ -338,7 +338,12 @@ class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin):
|
||||
u"--hostname", u"127.0.0.1",
|
||||
])
|
||||
|
||||
self.assertEqual(returncode, 0)
|
||||
self.assertEqual(
|
||||
returncode,
|
||||
0,
|
||||
"stdout: {!r}\n"
|
||||
"stderr: {!r}\n",
|
||||
)
|
||||
|
||||
# This makes sure that node.url is written, which allows us to
|
||||
# detect when the introducer restarts in _node_has_restarted below.
|
||||
|
Loading…
x
Reference in New Issue
Block a user