pytest: Switch to 'Hello world' as startup marker

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2017-11-27 17:42:38 +01:00
parent c29923a623
commit 12944ffc9b

View File

@ -256,7 +256,7 @@ class LightningD(TailableProc):
def start(self):
TailableProc.start(self)
self.wait_for_log("Creating IPv6 listener on port")
self.wait_for_log("Hello world from")
logging.info("LightningD started")
def wait(self, timeout=10):