commit | ac71c3dd11e809cb732ae34efa6d9fc29d4664e1 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Wed Dec 14 16:37:27 2022 -0800 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Jan 03 17:53:31 2023 -0800 |
tree | 810710a9ae5aabbafa56cb5005e89ec25b439a3a | |
parent | eeb4dd9e530de52fdf43283c50f371f0771725c9 [diff] |
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>