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