summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-12 17:42:16 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-12 17:42:16 +0000
commit56cd86a676e5e5456ec50ed0f4d6915b16b460a7 (patch)
tree01750acc0b025b1c69ae748a84a3b227584b9fa5 /round-robin-bisect.sh
parent50918280307cb4a6f41f569588fc340deeac46ba (diff)
round-robin-bisect.sh: Fix path to interesting-commits
Change-Id: Ic62f2682fc51af92ffcb70be6e47df213173a66b
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 586270b5..904668c2 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -584,7 +584,7 @@ if [ x"$first_bad" != x"" ]; then
ln -f -s "build-$last_good" "$artifacts/build-last_good"
ln -f -s "build-$last_good.sh" "$artifacts/manifests/build-last_good.sh"
- occurences="$(cat interesting-commits/$current_project | grep "^$first_bad" | sed -e "s/^$first_bad *//" | tr ' ' '\n' | sed "s#^# - #")"
+ occurences="$(cat $interesting_commits/$current_project | grep "^$first_bad" | sed -e "s/^$first_bad *//" | tr ' ' '\n' | sed "s#^# - #")"
if [ "$(echo "$occurences" | wc -l)" -le 1 ]; then
git_log_level="medium"
notify_author=$(git -C $current_project log --pretty="%an <%ae>" -n 1 \