Re: [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression

From: Guenter Roeck
Date: Tue Apr 09 2024 - 14:11:19 EST


On Tue, Apr 09, 2024 at 04:29:42PM +0800, David Gow wrote:
> > +ifeq ($(CCONFIG_KUNIT_SUPPRESS_BACKTRACE),y)
>
> s/CCONFIG_/CONFIG_/ ?
>
>
Odd, I know I tested this (and it still works ;-).
The additional "C" must have slipped in at some point.
Thanks for noticing!

Guenter