From e713e104ba77daee3dcc64b28e665c4c9b1f9325 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 6 Aug 2016 09:08:16 +0200 Subject: [PATCH 1/1] continuous: Reset linux sources in the bisect-run script Without this, git bisect run sometimes fails complaining about modified sources. --- continuous/steps/bisect-run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/continuous/steps/bisect-run.sh b/continuous/steps/bisect-run.sh index b4826c3..2785abd 100755 --- a/continuous/steps/bisect-run.sh +++ b/continuous/steps/bisect-run.sh @@ -4,6 +4,9 @@ set -e set -x cd $(dirname $0) + +trap "cd $PWD/linux; git reset --hard" 0 + ./11-patch ./20-config ./30-compile -- 2.39.2