kernel-hacking-2024-linux-s.../tools/testing/ktest
Steven Rostedt (Red Hat) 35275685bf ktest: Strip off '\n' when reading which files were modified
The patchcheck test looks at what files are modified for each patch it
checks and makes sure that those files do not produce any warnings.

Unfortunately, when it read the diffstat, the newlines were added on the
files and this made compares miss warnings, and commits that should not
have passed, ktest let pass.

Fix this by using the perl command "chomp" that strips off whitespace at
the end of lines.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2013-01-30 12:28:15 -05:00
..
examples tools/testing: fix comment / output typos 2012-09-01 08:48:19 -07:00
compare-ktest-sample.pl ktest: Fix compare script to test if options are not documented 2011-12-22 22:06:59 -05:00
ktest.pl ktest: Strip off '\n' when reading which files were modified 2013-01-30 12:28:15 -05:00
sample.conf ktest: Add native support for syslinux boot loader 2012-12-11 18:18:46 -05:00