This makes the bisectability test only fail when it can't compile
inbetween a patch series. It is perfectly reasonable that the first
patch in the series could fix the compile issue, so we should still
check the patch for bisection issues.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-O "$tmpdir/$defconfig.stdout.log" -E "$tmpdir/$defconfig.stderr.log" \
${kmake_opts:+-M "$kmake_opts"} -- "$cloned_kernel" all
if build_failed "$tmpdir/$defconfig.stderr.log"; then
- # Failed to build the base commit, report and exit
+ # Failed to build the base commit, report, but don't exit incase the first patch fixes the issue.
build_failure "$defconfig" "$commit_id" < "$tmpdir/$defconfig.stderr.log"
- exit 0
fi
n=0