We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e015df commit 9446d0cCopy full SHA for 9446d0c
.buildkite/log-results.sh
@@ -16,7 +16,10 @@ for f in $files; do
16
17
FAILED_TESTS=`grep "E," $f`
18
if [[ -n "$FAILED_TESTS" ]]; then
19
- buildkite-agent annotate --append "#### Failures in $f "
20
- buildkite-agent annotate --append `grep "E," $f | awk -F '-- :' '{print $2}'`
+ buildkite-agent annotate --append "#### Failures in $f
+"
21
+ buildkite-agent annotate --append `grep "E," $f`
22
+ buildkite-agent annotate --append "
23
24
fi
25
done
0 commit comments