]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
torture: Eliminate duplicate #CHECK# from ConfigFragment
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 9 Apr 2020 22:32:56 +0000 (15:32 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 May 2020 17:15:29 +0000 (10:15 -0700)
commitb5744d3c6c38a44e14894bc3ee17b98885e4852f
tree80df4891401092759b412cdac26746943ffb609b
parentafbc1574f1da13d2fd2b30a96090b37c5933f957
torture: Eliminate duplicate #CHECK# from ConfigFragment

The #CHECK# directives that can be present in CFcommon and in the
rcutorture scenario Kconfig files are both copied to ConfigFragment
and grepped out of the two directive files and added to ConfigFragment.
This commit therefore removes the redundant "grep" commands and takes
advantage of the consequent opportunity to simplify redirection.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh