Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyln-testing: fix catching of memleak/broken errors at exit.
Commit 901342b ("pyln-testing: require explicit pattern for BROKEN messages.") changed to a manual scan of logs rather than using is_in_log, so it needs to manually refresh, otherwise we miss final log messages. This causes us to often miss memleak messages, which are printed only in the exit path! Reported-by: Lagrang3 Fixes: #7565 Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information