Skip to content

Commit

Permalink
Fixup results
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Jan 16, 2025
1 parent 27d9231 commit b824c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/log-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<details>"
buildkite-agent annotate --append "<details>" --style 'warning' --context 'ctx-failures'
buildkite-agent annotate --append "<summary>Failures in $f</summary>
$FAILED_TESTS
</details>"
</details>" --style 'warning' --context 'ctx-failures'
fi
done

0 comments on commit b824c76

Please sign in to comment.