From ef627e02c8c3f5423e25e2a53eb61889d610ca60 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 30 Jan 2018 10:58:24 +0100 Subject: Fix warnings printed for test suite Just to have clean output. The warnings themselves are accurate. --- testsuite.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 083568d..adcadfd 100644 --- a/testsuite.py +++ b/testsuite.py @@ -793,7 +793,8 @@ g os.environ["EXPANDED_FROM_ENV"] = "tests" os.environ["srctree"] = "Kconfiglib/" - c = Kconfig("tests/Klocation") + # Has symbol with empty help text, so disable warnings + c = Kconfig("tests/Klocation", warn=False) os.environ.pop("EXPANDED_FROM_ENV", None) os.environ.pop("srctree", None) -- cgit v1.2.3