mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
pytest: Switch to 'Hello world' as startup marker
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -256,7 +256,7 @@ class LightningD(TailableProc):
|
|||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
TailableProc.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")
|
logging.info("LightningD started")
|
||||||
|
|
||||||
def wait(self, timeout=10):
|
def wait(self, timeout=10):
|
||||||
|
|||||||
Reference in New Issue
Block a user