diff --git a/.buildkite/log-results.sh b/.buildkite/log-results.sh index 2ee3d01b3..9dcc972b3 100755 --- a/.buildkite/log-results.sh +++ b/.buildkite/log-results.sh @@ -16,9 +16,9 @@ for f in $files; do FAILED_TESTS=`grep -A1 "E,.*" $f | sed 's/\#/-/g' | sed 's/^--/\n/g'` if [[ -n "$FAILED_TESTS" ]]; then - buildkite-agent annotate --append "
" + buildkite-agent annotate --append "
" --style 'warning' --context 'ctx-failures' buildkite-agent annotate --append "Failures in $f $FAILED_TESTS -
" +
" --style 'warning' --context 'ctx-failures' fi done