aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/ktest/sample.conf
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-03-08 09:38:12 -0500
committerSteven Rostedt <rostedt@goodmis.org>2011-03-08 09:52:58 -0500
commit3410f6fd5e3e96de4b557a62b7a2fbf19d74b1cd (patch)
treef7f08bd88be72787b704d3d39d949e145e2097b9 /tools/testing/ktest/sample.conf
parentktest: Add BISECT_SKIP (diff)
downloadlinux-dev-3410f6fd5e3e96de4b557a62b7a2fbf19d74b1cd.tar.xz
linux-dev-3410f6fd5e3e96de4b557a62b7a2fbf19d74b1cd.zip
ktest: Add BISECT_FILES to run git bisect on paths
Add the config option BISECT_FILES that allows the user to specify what path in the kernel to run the git bisect on. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
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 @@
# when something other than the BISECT_TYPE fails, ktest.pl will
# run "git bisect skip" and try again.
#
+# BISECT_FILES = <path> (optional, default undefined)
+#
+# To just run the git bisect on a specific path, set BISECT_FILES.
+# For example:
+#
+# BISECT_FILES = arch/x86 kernel/time
+#
+# Will run the bisect with "git bisect start -- arch/x86 kernel/time"
+#
# BISECT_REVERSE = 1 (optional, default 0)
#
# In those strange instances where it was broken forever