]> git.baikalelectronics.ru Git - kernel.git/commit
ktest: Fix make_min_config test when build fails
authorSteven Rostedt <srostedt@redhat.com>
Mon, 27 Feb 2012 18:58:49 +0000 (13:58 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 27 Feb 2012 18:58:49 +0000 (13:58 -0500)
commit597c37aa7904a3422d261d128aabf926bca51fcf
tree147270d6a4d8abfaef1334baf1dbc733dbffce67
parent702bd6a6c676bf8d29952a2aa0b6aa953d6379ab
ktest: Fix make_min_config test when build fails

The make_min_config does not take into account when the build fails,
resulting in a invalid MIN_CONFIG .config file. When the build fails,
it is ignored and the boot test is executed, using the previous built
kernel. The configs that should be tested are not tested and they may
be added or removed depending on the result of the last kernel that
succeeded to be built.

If the build fails, mark the current config as a failure and the
configs that were disabled may still be needed.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl