mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-31 15:50:42 +00:00
Encode expected message. Fixes remaining test failures in test_runner.
This commit is contained in:
parent
f183be9d6a
commit
30f5c71a49
@ -497,7 +497,7 @@ class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin):
|
||||
client_running = p.expect(b"client running")
|
||||
|
||||
result, index = yield DeferredList([
|
||||
p.expect(expected_message),
|
||||
p.expect(expected_message.encode('utf-8')),
|
||||
client_running,
|
||||
], fireOnOneCallback=True, consumeErrors=True,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user