Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ktest: Fix compare script to test if options are not documented | Steven Rostedt | 2011-12-23 | 1 | -1/+3 |
| | | | | | | | | | | | The compare script compare-ktest-sample.pl checks for options that are defined in ktest.pl and not documented in samples.conf, as well as samples in samples.conf that are not used in ktest.pl. With the switch to the hash format to initialize the ktest variables the compare script needs to be updated to handle the change. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> | ||||
* | ktest: Added compare script to test ktest.pl to sample.conf | Steven Rostedt | 2010-11-18 | 1 | -0/+30 |
Add a compare script that makes sure that all the options in sample.conf are used in ktest.pl, and all the options in ktest.pl are described in sample.conf. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> |