From 1c7dd0ae1433f2fd0ebc76a96224c8f60466c883 Mon Sep 17 00:00:00 2001 From: sakridge Date: Sun, 22 Nov 2020 18:34:05 -0800 Subject: [PATCH] Enable log to see stake progress (#13755) --- system-test/automation_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-test/automation_utils.sh b/system-test/automation_utils.sh index e6895ba026..bdf2263c27 100755 --- a/system-test/automation_utils.sh +++ b/system-test/automation_utils.sh @@ -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 {