Prevent ping stats header from confusing buildkite log folding

This commit is contained in:
Michael Vines 2019-10-16 13:31:58 -07:00
parent 7ae5ff838b
commit 2d351d3952
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ checkPremptibleInstances() {
for ipAddress in "${fullnodeIpList[@]}"; do
(
set -x
timeout 5s ping -c 1 "$ipAddress"
timeout 5s ping -c 1 "$ipAddress" | tr - _
) || {
cat <<EOF