torture: Permit double-quoted-string Kconfig options
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 15 Dec 2022 00:37:27 +0000 (16:37 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 4 Jan 2023 01:53:31 +0000 (17:53 -0800)
commitac71c3dd11e809cb732ae34efa6d9fc29d4664e1
tree810710a9ae5aabbafa56cb5005e89ec25b439a3a
parenteeb4dd9e530de52fdf43283c50f371f0771725c9
torture: Permit double-quoted-string Kconfig options

Currently, the presence of any quoted-string Kconfig option in the
scenario files or the CFcommon file (aside from the special-cased
CONFIG_INITRAMFS_SOURCE option) will result in an "improperly set"
diagnostic.  This commit updates configcheck.sh to strip double quotes
in order to permit string-valued Kconfig options to be handled correctly.

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