From 1abefb2c7a30dd8c2f5296d93828d6a9f1da1003 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 20 Jul 2018 09:23:08 -0700 Subject: [PATCH] Pass expected node count to testnet-sanity --- ci/testnet-deploy.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 63354c4b7..b58c6f8ea 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -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