]> git.baikalelectronics.ru Git - 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)
commitd9aea2bf2a6a61477407d8bec624b8f99288d5d2
tree80df4891401092759b412cdac26746943ffb609b
parent8a6a4a1b4414ee2fadaeb16ce581ff9b13549fbb
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