From 791b930930b9ddcb752c97c8a8ef859b7afbeb0e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 30 May 2018 20:19:08 +0200 Subject: 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. --- testsuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite.py') 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. """ -- cgit v1.2.3