Collapse verbose buildkite logging (#8794)

automerge
This commit is contained in:
Dan Albert
2020-03-11 11:54:49 -07:00
committed by GitHub
parent 215650f6e7
commit 0ef9d79056
2 changed files with 3 additions and 3 deletions

View File

@ -82,13 +82,13 @@ else
fi
fi
echo "+++ $sanityTargetIp: validators"
echo "--- $sanityTargetIp: validators"
(
set -x
$solana_cli --url http://"$sanityTargetIp":8899 validators
)
echo "+++ $sanityTargetIp: node count ($numSanityNodes expected)"
echo "--- $sanityTargetIp: node count ($numSanityNodes expected)"
(
set -x