• Steven Rostedt's avatar
    ktest: Add warning when bugs are ignored · 6ca996cc
    Steven Rostedt authored
    When IGNORE_ERRORS is set, ktest will not fail a test if a backtrace
    is detected. But this can be an issue if the user added it in the
    config but forgot to remove it. They may be left wondering why their
    test did not fail, or even worse, why their bisect gave the wrong
    commit.
    
    Add a warning in the output if IGNORE_WARNINGS is set, and ktest detects
    a kernel error.
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    6ca996cc
ktest.pl 76.8 KB