Skip to content

Commit

Permalink
lightning: fix integration test (#41961)
Browse files Browse the repository at this point in the history
close #41960
  • Loading branch information
dsdashun authored Mar 7, 2023
1 parent 9a3f362 commit dd31639
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 error" "$TEST_DIR"/lightning.log; then
if grep -Fq "connection closed before server preface received" "$TEST_DIR"/lightning.log; then
ok=1
break
fi
Expand Down

0 comments on commit dd31639

Please sign in to comment.