Skip to content

Commit 7a89cda

Browse files
committed
[CI] Update awk for log-results
1 parent 6e015df commit 7a89cda

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,6 +17,6 @@ for f in $files; do
1717
FAILED_TESTS=`grep "E," $f`
1818
if [[ -n "$FAILED_TESTS" ]]; then
1919
buildkite-agent annotate --append "#### Failures in $f "
20-
buildkite-agent annotate --append `grep "E," $f | awk -F '-- :' '{print $2}'`
20+
buildkite-agent annotate --append `grep "E," $f | awk -F "-- :" "{print $2}"`
2121
fi
2222
done

0 commit comments

Comments
 (0)