Show validators during net sanity

This commit is contained in:
Michael Vines 2019-10-09 09:46:25 +09:00
parent d2e28b0f7e
commit 169b772398
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,7 @@ local|tar|skip)
export USE_INSTALL=1
solana_gossip=solana-gossip
solana_install=solana-install
solana_cli=solana
;;
*)
echo "Unknown deployment method: $deployMethod"
@ -85,6 +86,12 @@ else
fi
fi
echo "+++ $sanityTargetIp: validators"
(
set -x
$solana_cli --url http://"$sanityTargetIp":8899 show-validators
)
echo "+++ $sanityTargetIp: node count ($numSanityNodes expected)"
(
set -x