summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-02-01 17:35:13 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-02-01 17:35:13 +0000
commit153500e2b21c946ddd6d8a2437e0f35f7cabc74e (patch)
treeefe5ecaace35e84e371a2e536f0fec9044caa30a /round-robin-bisect.sh
parentd78931dd8a9b19d5eef43aed6fba7ee2dc09364c (diff)
round-robin-bisect.sh: Go through interesting-commit in forward order
It seems that going backwards extends the bisect effort. Change-Id: Ie77d101573f65ef53b1b5ece970489cf410d73e7
Diffstat (limited to 'round-robin-bisect.sh')
-rwxr-xr-xround-robin-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 63956b01..1fe4df34 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -378,7 +378,7 @@ while [ x"$(get_first_bad </dev/null)" = x"" ] && read -a arr; do
fi
git bisect view --pretty=%H > $commits_to_test
) </dev/null
-done < <(tac ../interesting-commits/$current_project)
+done < <(cat ../interesting-commits/$current_project)
if $verbose; then set -x; fi
if [ x"$(get_first_bad)" = x"" ]; then