From 0d369616e7e663355c682a156071ce66ba5a434a Mon Sep 17 00:00:00 2001 From: axleiro <83293196+axleiro@users.noreply.github.com> Date: Sat, 12 Mar 2022 05:50:22 -0500 Subject: [PATCH] add script for the traceability (#23626) merging for traceability --- system-test/testnet-automation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/system-test/testnet-automation.sh b/system-test/testnet-automation.sh index d27fdafea0..4cf23222c0 100755 --- a/system-test/testnet-automation.sh +++ b/system-test/testnet-automation.sh @@ -157,6 +157,7 @@ function launch_testnet() { wait_for_max_stake "$BOOTSTRAP_VALIDATOR_MAX_STAKE_THRESHOLD" fi + echo "NUMBER_OF_CLIENT_NODES is : &NUMBER_OF_CLIENT_NODES" if [[ $NUMBER_OF_CLIENT_NODES -gt 0 ]]; then execution_step "Starting ${NUMBER_OF_CLIENT_NODES} client nodes" "${REPO_ROOT}"/net/net.sh startclients "$maybeClientOptions" "$CLIENT_OPTIONS"