Skip to content

Commit

Permalink
add script for the traceability (#23626)
Browse files Browse the repository at this point in the history
merging for traceability
  • Loading branch information
denispalab authored Mar 12, 2022
1 parent 48d4c8e commit 0d36961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system-test/testnet-automation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d36961

Please sign in to comment.