We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d4c8e commit 0d36961Copy full SHA for 0d36961
system-test/testnet-automation.sh
@@ -157,6 +157,7 @@ function launch_testnet() {
157
wait_for_max_stake "$BOOTSTRAP_VALIDATOR_MAX_STAKE_THRESHOLD"
158
fi
159
160
+ echo "NUMBER_OF_CLIENT_NODES is : &NUMBER_OF_CLIENT_NODES"
161
if [[ $NUMBER_OF_CLIENT_NODES -gt 0 ]]; then
162
execution_step "Starting ${NUMBER_OF_CLIENT_NODES} client nodes"
163
"${REPO_ROOT}"/net/net.sh startclients "$maybeClientOptions" "$CLIENT_OPTIONS"
0 commit comments