summaryrefslogtreecommitdiff
path: root/round-robin.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-08 08:56:19 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-08 09:50:17 +0000
commitab58f075e3218dc1e7a62f95417c5f76149266e8 (patch)
tree0f029c27b111961ad7f20b552a0a08b76c82466b /round-robin.sh
parent770c63761a83a04f103720e8aa5fac2a895fac8c (diff)
tcwg_gnu-build.sh: Bisect by running only testsuites with new failures
Change-Id: If6bde929216475c988787993e59489f366af0c7c
Diffstat (limited to 'round-robin.sh')
-rw-r--r--round-robin.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 87354ee8..0b105581 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -407,6 +407,12 @@ build_abe ()
git checkout -- lib/control.sh
fi
+ if true; then
+ # WORKAROUND abe patches being blocked on proper testing.
+ # Append, not overwrite runtestflags in abe.sh
+ sed -i -e 's/override_runtestflags=.*/override_runtestflags="$override_runtestflags $setting"/' abe.sh
+ fi
+
ccache -z
local target_opt=""
if [ x"${rr[target]}" != x"native" ]; then