tests/trustedcoin: fix
Sometimes trustedcoin outputs `tip: 0`. Check for `returning block` instead.
This commit is contained in:
parent
f06ee98435
commit
457f066e08
|
@ -451,8 +451,7 @@ def _():
|
||||||
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+estimatefees error: none of the esploras returned usable responses")
|
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+estimatefees error: none of the esploras returned usable responses")
|
||||||
if "regtest" in enabled_tests:
|
if "regtest" in enabled_tests:
|
||||||
num_blocks = test_data["num_blocks"]
|
num_blocks = test_data["num_blocks"]
|
||||||
expect_clightning_log(f"plugin-trustedcoin[^^]\[0m\s+tip: {num_blocks}")
|
expect_clightning_log(f"plugin-trustedcoin[^^]\[0m\s+returning block {num_blocks}")
|
||||||
expect_clightning_log("plugin-trustedcoin[^^]\[0m\s+returning block")
|
|
||||||
|
|
||||||
|
|
||||||
if "netns-isolation" in enabled_tests:
|
if "netns-isolation" in enabled_tests:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user