summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'round-robin-bisect.sh')
-rwxr-xr-xround-robin-bisect.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 4991254a..fddaa295 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -102,15 +102,9 @@ case "${rr[ci_project]}/${rr[ci_config]}" in
(
echo
echo "# From $BUILD_URL:"
- cat "$fails" | sed -e "/^ERROR: / d" \
- -e "s/^\([A-Z]\+: \)/flaky \| \1/"
+ cat "$fails" | sed -e "s/^\([A-Z]\+: \)/flaky \| \1/"
) >> "$xfail"
- if ! grep -q "^flaky " "$xfail"; then
- # There were only ERRORs in fails.sum
- exit
- fi
-
git -C gcc-compare-results add "$xfail_short"
git -C gcc-compare-results commit -m "From $BUILD_URL"
git_init_linaro_local_remote gcc-compare-results baseline false