Skip to content

Commit 933dcc1

Browse files
committed
[CI] Visual detail in failures - log results
1 parent 9eec72d commit 933dcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/log-results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for f in $files; do
1717
FAILED_TESTS=`grep -A1 "E,.*" $f | sed 's/\#/-/g' | sed 's/^--/\n/g'`
1818
if [[ -n "$FAILED_TESTS" ]]; then
1919
buildkite-agent annotate --append "<details>"
20-
buildkite-agent annotate --append "<summary>Failures in $f</summary>
20+
buildkite-agent annotate --append "<summary>:x: Failures in $f</summary>
2121
$FAILED_TESTS
2222
</details>"
2323
fi

0 commit comments

Comments
 (0)