On Wed, Jul 29, 2020 at 10:42 AM Marcelo Schmitt marcelo.schmitt1@gmail.com wrote:
kunit config subcommand terminates with error if .config has a configuration assigned with a string, for instance:
CONFIG_CC_VERSION_TEXT="gcc (distro package version) ..."
This patch adjusts the parse regex to consider such string assignments.
Signed-off-by: Marcelo Schmitt marcelo.schmitt1@gmail.com
Thanks, Marcelo.
I think we've actually already got a fix for this upstream: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i...
Cheers, -- David