aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/testing/ktest/ktest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index 3e3615a7d968..6620fe4b364f 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -820,6 +820,7 @@ sub monitor {
820 } 820 }
821 821
822 if ($full_line =~ /Kernel panic -/) { 822 if ($full_line =~ /Kernel panic -/) {
823 $failure_start = time;
823 $bug = 1; 824 $bug = 1;
824 } 825 }
825 826