mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
lightningd/log.c: Fix up handling of SIGHUP.
Fixes: #4240 ChangeLog-Fixed: log: Do not terminate on the second received SIGHUP.
This commit is contained in:
committed by
Rusty Russell
parent
67d8fdcc75
commit
a437936c78
@@ -1532,7 +1532,6 @@ def test_feerates(node_factory):
|
||||
assert htlc_success_cost == htlc_feerate * 703 // 1000
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_logging(node_factory):
|
||||
# Since we redirect, node.start() will fail: do manually.
|
||||
l1 = node_factory.get_node(options={'log-file': 'logfile'}, start=False)
|
||||
|
||||
Reference in New Issue
Block a user