Pass expected node count to testnet-sanity
This commit is contained in:
@ -183,6 +183,9 @@ for pid in "${pids[@]}"; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo "--- $publicUrl sanity test"
|
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
|
exit 0
|
||||||
|
Reference in New Issue
Block a user