diff options
Diffstat (limited to 'tools/testing/ktest/sample.conf')
-rw-r--r-- | tools/testing/ktest/sample.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf index 19754e0c8c64..e4a12da75ba6 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf | |||
@@ -1077,6 +1077,12 @@ | |||
1077 | # can specify it with CONFIG_BISECT_GOOD. Otherwise | 1077 | # can specify it with CONFIG_BISECT_GOOD. Otherwise |
1078 | # the MIN_CONFIG is the base. | 1078 | # the MIN_CONFIG is the base. |
1079 | # | 1079 | # |
1080 | # CONFIG_BISECT_CHECK (optional) | ||
1081 | # Set this to 1 if you want to confirm that the config ktest | ||
1082 | # generates (the bad config with the min config) is still bad. | ||
1083 | # It may be that the min config fixes what broke the bad config | ||
1084 | # and the test will not return a result. | ||
1085 | # | ||
1080 | # Example: | 1086 | # Example: |
1081 | # TEST_START | 1087 | # TEST_START |
1082 | # TEST_TYPE = config_bisect | 1088 | # TEST_TYPE = config_bisect |