Skip to content

Commit

Permalink
Enable log to see stake progress (solana-labs#13755)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakridge authored Nov 23, 2020
1 parent 26bf2b7 commit 1c7dd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/automation_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function wait_for_bootstrap_validator_stake_drop {

# shellcheck disable=SC2154
# shellcheck disable=SC2029
ssh "${sshOptions[@]}" "${validatorIpList[0]}" "\$HOME/.cargo/bin/solana wait-for-max-stake $max_stake --url http://127.0.0.1:8899"
ssh "${sshOptions[@]}" "${validatorIpList[0]}" "RUST_LOG=info \$HOME/.cargo/bin/solana wait-for-max-stake $max_stake --url http://127.0.0.1:8899"
}

function get_slot {
Expand Down

0 comments on commit 1c7dd0a

Please sign in to comment.