aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest/sample.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/ktest/sample.conf')
-rw-r--r--tools/testing/ktest/sample.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf
index 4c46b7ef8e46..4c83ae77926c 100644
--- a/tools/testing/ktest/sample.conf
+++ b/tools/testing/ktest/sample.conf
@@ -528,6 +528,15 @@
528# when something other than the BISECT_TYPE fails, ktest.pl will 528# when something other than the BISECT_TYPE fails, ktest.pl will
529# run "git bisect skip" and try again. 529# run "git bisect skip" and try again.
530# 530#
531# BISECT_FILES = <path> (optional, default undefined)
532#
533# To just run the git bisect on a specific path, set BISECT_FILES.
534# For example:
535#
536# BISECT_FILES = arch/x86 kernel/time
537#
538# Will run the bisect with "git bisect start -- arch/x86 kernel/time"
539#
531# BISECT_REVERSE = 1 (optional, default 0) 540# BISECT_REVERSE = 1 (optional, default 0)
532# 541#
533# In those strange instances where it was broken forever 542# In those strange instances where it was broken forever