Pass expected node count to testnet-sanity

This commit is contained in:
Michael Vines 2018-07-20 09:23:08 -07:00
parent bcc247f25f
commit 1abefb2c7a
1 changed files with 4 additions and 1 deletions

View File

@ -183,6 +183,9 @@ for pid in "${pids[@]}"; do
done
echo "--- $publicUrl sanity test"
USE_SNAP=1 ci/testnet-sanity.sh $publicUrl
(
set -x
USE_SNAP=1 ci/testnet-sanity.sh $publicUrl ${#vmlist[@]}
)
exit 0