Skip to content

Commit

Permalink
fix lightning_reload_cert test
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepymole committed Jan 28, 2023
1 parent 734f019 commit e065f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/tests/lightning_reload_cert/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ shpid="$!"
sleep 15
ok=0
for _ in {0..60}; do
if grep -Fq "connection closed before server preface received" "$TEST_DIR"/lightning.log; then
if grep -Fq "connection error" "$TEST_DIR"/lightning.log; then
ok=1
break
fi
Expand Down

0 comments on commit e065f43

Please sign in to comment.