From 835c2ee74a07814d690166bae3ee0bbc81b02f3e Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Wed, 27 Jun 2018 00:09:04 -0700 Subject: [PATCH] Print --- test/p2p/basic/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/p2p/basic/test.sh b/test/p2p/basic/test.sh index caf665122..423b5b017 100755 --- a/test/p2p/basic/test.sh +++ b/test/p2p/basic/test.sh @@ -56,6 +56,7 @@ for i in `seq 1 $N`; do # - assert block height is greater than 1 BLOCK_HEIGHT=`curl -s $addr/status | jq .result.sync_info.latest_block_height | jq fromjson` COUNT=0 + echo "$$BLOCK_HEIGHT IS $BLOCK_HEIGHT" while [ "$BLOCK_HEIGHT" -le 1 ]; do echo "Waiting for node $i to commit a block ..." sleep 1