Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10abf118 authored by Steven Rostedt's avatar Steven Rostedt Committed by Steven Rostedt
Browse files

ktest: Start failure timeout on panic too



Currently we just look for a Call Trace to start the time out
when to reboot the box. But if the kernel panics and does not
show a Call Trace, the test will not reboot the box after
the specified timeout.

Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent f80802cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -820,6 +820,7 @@ sub monitor {
	}

	if ($full_line =~ /Kernel panic -/) {
	    $failure_start = time;
	    $bug = 1;
	}