From 2d351d3952cca55f3cb3f41c6b525087827b080d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 16 Oct 2019 13:31:58 -0700 Subject: [PATCH] Prevent ping stats header from confusing buildkite log folding --- net/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.sh b/net/net.sh index 7a997dfa6..e6bb199c8 100755 --- a/net/net.sh +++ b/net/net.sh @@ -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 <