]> www.infradead.org Git - users/dedekind/aiaiai.git/commit
test-patchset: don't skip email when pre-patch build fails
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 25 Nov 2013 18:56:37 +0000 (10:56 -0800)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 3 Dec 2013 13:37:35 +0000 (15:37 +0200)
commit9d67d2d8b2f214750b1fcf3b5418c4efde7f6714
tree2ff924055dd66c79193839d2e4cff407c9b39f48
parent70d75319f6b98d32bd771f1264979f5383b6d30d
test-patchset: don't skip email when pre-patch build fails

Currently, whenever the pre-patched kernel fails to build, we
don't show the results for the post-patched kernel. This is faulty,
because we could easily be providing a patch which fixes the issue.
Instead, we should show the results for the failed build, but still
continue. If the post-patched kernel fails to build there is little need
to show a complex diff, but we can at least show the results for both
the pre-patched and post-patched kernel.

This patch also additionally adds --keep-going to the pre-patched kernel
in order to obtain more data for comparison.

Artem: add a commentary

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
aiaiai-test-patchset