aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/testing/ktest/ktest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index 65c5c5515b47..125ab94e7294 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -804,7 +804,7 @@ sub monitor {
804 } 804 }
805 805
806 if ($full_line =~ /call trace:/i) { 806 if ($full_line =~ /call trace:/i) {
807 if (!$skip_call_trace) { 807 if (!$bug && !$skip_call_trace) {
808 $bug = 1; 808 $bug = 1;
809 $failure_start = time; 809 $failure_start = time;
810 } 810 }