torture: Allow #CHECK# in --kconfig argument to kvm.sh
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 13 Jun 2023 17:34:37 +0000 (10:34 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 14 Jul 2023 22:10:57 +0000 (15:10 -0700)
commit5cec64e49519320ef3dab451f52ca0855de5da37
treed8021ab94783e3d323f626cea5337194ff895d54
parent4f64435417b450e8c0e76fba11a5cd23d81610c6
torture: Allow #CHECK# in --kconfig argument to kvm.sh

Testing building of a given RCU Tasks flavor with the other two
flavors disabled requires checking that the other two flavors are in
fact disabled.  This commit therefore modifies the scripting to permit
things like "#CHECK#CONFIG_TASKS_TRACE_RCU=n" to be passed into the
kvm.sh script's --kconfig parameter.

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