diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-06-13 10:38:48 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-06-13 10:38:48 -0400 |
commit | 9064af5206c26ce0d47621fef216b0c43d65d693 (patch) | |
tree | 909f1c346d6974428436abc607c4e3902f08e53b /tools/testing/ktest/sample.conf | |
parent | 30f75da5ff475f1f455c0b009f3c06767963c54f (diff) |
ktest: Add TEST_NAME option
Searching through several tests, it gets confusing which test result
is for which test. By adding the TEST_NAME option, the user can tell
which test result belongs to which test.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
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 be531c20643d..0e5f764ac9ee 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf | |||
@@ -545,6 +545,12 @@ | |||
545 | # all preceding tests until a new CHECKOUT is set. | 545 | # all preceding tests until a new CHECKOUT is set. |
546 | # | 546 | # |
547 | # | 547 | # |
548 | # TEST_NAME = name | ||
549 | # | ||
550 | # If you want the test to have a name that is displayed in | ||
551 | # the test result banner at the end of the test, then use this | ||
552 | # option. This is useful to search for the RESULT keyword and | ||
553 | # not have to translate a test number to a test in the config. | ||
548 | # | 554 | # |
549 | # For TEST_TYPE = patchcheck | 555 | # For TEST_TYPE = patchcheck |
550 | # | 556 | # |