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 af82ac289779..4c46b7ef8e46 100644
--- a/tools/testing/ktest/sample.conf
+++ b/tools/testing/ktest/sample.conf
@@ -519,6 +519,15 @@
519# git bisect good, git bisect bad, and running the git bisect replay 519# git bisect good, git bisect bad, and running the git bisect replay
520# if the BISECT_REPLAY is set. 520# if the BISECT_REPLAY is set.
521# 521#
522# BISECT_SKIP = 1 (optional, default 0)
523#
524# If BISECT_TYPE is set to test but the build fails, ktest will
525# simply fail the test and end their. You could use BISECT_REPLAY
526# and BISECT_START to resume after you found a new starting point,
527# or you could set BISECT_SKIP to 1. If BISECT_SKIP is set to 1,
528# when something other than the BISECT_TYPE fails, ktest.pl will
529# run "git bisect skip" and try again.
530#
522# BISECT_REVERSE = 1 (optional, default 0) 531# BISECT_REVERSE = 1 (optional, default 0)
523# 532#
524# In those strange instances where it was broken forever 533# In those strange instances where it was broken forever