Re: [PATCH] kunit: fix KconfigParseError by ignoring CC_VERSION_TEXT

2020-06-18 Thread Vitor Massaru Iha
On Thu, 2020-06-18 at 13:29 -0700, Brendan Higgins wrote: > On Wed, Jun 17, 2020 at 8:57 PM Vitor Massaru Iha > wrote: > > Commit 8b59cd81dc5 ("kbuild: ensure full rebuild when the compiler > > is updated") added the environment variable CC_VERSION_TEXT, > > parse_from_string() doesn't expect a

Re: [PATCH] kunit: fix KconfigParseError by ignoring CC_VERSION_TEXT

2020-06-18 Thread Brendan Higgins
On Wed, Jun 17, 2020 at 8:57 PM Vitor Massaru Iha wrote: > > Commit 8b59cd81dc5 ("kbuild: ensure full rebuild when the compiler > is updated") added the environment variable CC_VERSION_TEXT, > parse_from_string() doesn't expect a string and this causes the > failure below: > > [iha@bbking linux]$

[PATCH] kunit: fix KconfigParseError by ignoring CC_VERSION_TEXT

2020-06-17 Thread Vitor Massaru Iha
Commit 8b59cd81dc5 ("kbuild: ensure full rebuild when the compiler is updated") added the environment variable CC_VERSION_TEXT, parse_from_string() doesn't expect a string and this causes the failure below: [iha@bbking linux]$ tools/testing/kunit/kunit.py run --timeout=60 [00:20:12] Configuring