mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
pytest: Switch to 'Hello world' as startup marker
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
c29923a623
commit
12944ffc9b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user