summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-30 20:19:08 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-30 20:38:11 +0200
commit791b930930b9ddcb752c97c8a8ef859b7afbeb0e (patch)
tree269fac721dc55365f6582e521d511c87a19f03b0 /testsuite.py
parent38cca3bdeca7d91044e11ddf2193e07c5d223ad3 (diff)
Add tool helper for selecting the top-level Kconfig
standard_kconfig() gets the top-level Kconfig file from the first command-line argument, defaulting to "Kconfig". This removes some boilerplate from tools.
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.py b/testsuite.py
index 8bf9502..b18b7cf 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1968,7 +1968,7 @@ def all_arch_srcarch_kconfigs():
def test_all_no(conf, arch, srcarch):
"""
- Verify that allnoconfig.py script generates the same .config as 'make
+ Verify that allnoconfig.py generates the same .config as 'make
allnoconfig', for each architecture. Runs the script via 'make
scriptconfig', so kinda slow even in speedy mode.
"""