• Steven Rostedt's avatar
    ktest: Fix result of rebooting the kernel · 4da46da2
    Steven Rostedt authored
    The command that is called that reboots the kernel may fail
    but the return code is not passed back to the ktest.pl script.
    This is because a ';' is used between the two commands and
    if the second command fails, only the first command's return
    code is returned. Using a '&&' between the two commands fixes
    this.
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    4da46da2
ktest.pl 48.6 KB