diff --git a/integration-tests/bor_health.sh b/integration-tests/bor_health.sh index 0be1d8257f..a4ddb540cf 100644 --- a/integration-tests/bor_health.sh +++ b/integration-tests/bor_health.sh @@ -9,4 +9,7 @@ do if [[ -n "$peers" ]] && [[ -n "$block" ]]; then break fi -done \ No newline at end of file +done + +echo $peers +echo $block \ No newline at end of file