summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py3
1 files changed, 2 insertions, 1 deletions
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)