Skip to content

Commit 0d36961

Browse files
authored
add script for the traceability (solana-labs#23626)
merging for traceability
1 parent 48d4c8e commit 0d36961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system-test/testnet-automation.sh

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ function launch_testnet() {
157157
wait_for_max_stake "$BOOTSTRAP_VALIDATOR_MAX_STAKE_THRESHOLD"
158158
fi
159159

160+
echo "NUMBER_OF_CLIENT_NODES is : &NUMBER_OF_CLIENT_NODES"
160161
if [[ $NUMBER_OF_CLIENT_NODES -gt 0 ]]; then
161162
execution_step "Starting ${NUMBER_OF_CLIENT_NODES} client nodes"
162163
"${REPO_ROOT}"/net/net.sh startclients "$maybeClientOptions" "$CLIENT_OPTIONS"

0 commit comments

Comments
 (0)