From 38cca3bdeca7d91044e11ddf2193e07c5d223ad3 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 30 May 2018 18:05:04 +0200 Subject: allyesconfig: Prepare for packaging Move to the root, simplify a bit, provide an entry point function (for setuptools's entry_points). --- testsuite.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 1f0ef64..8bf9502 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1985,9 +1985,9 @@ def test_all_no(conf, arch, srcarch): def test_all_no_walk(conf, arch, srcarch): """ - Verify that our examples/allnoconfig_walk.py script generates the same - .config as 'make allnoconfig', for each architecture. Runs the script via - 'make scriptconfig', so kinda slow even in speedy mode. + Verify that examples/allnoconfig_walk.py generates the same .config as + 'make allnoconfig', for each architecture. Runs the script via 'make + scriptconfig', so kinda slow even in speedy mode. """ # TODO: Support speedy mode for running the script shell("make scriptconfig SCRIPT=Kconfiglib/examples/allnoconfig_walk.py " @@ -2002,12 +2002,12 @@ def test_all_no_walk(conf, arch, srcarch): def test_all_yes(conf, arch, srcarch): """ - Verify that our examples/allyesconfig.py script generates the same .config - as 'make allyesconfig', for each architecture. Runs the script via - 'make scriptconfig', so kinda slow even in speedy mode. + Verify that allyesconfig.py generates the same .config as + 'make allyesconfig', for each architecture. Runs the script via 'make + scriptconfig', so kinda slow even in speedy mode. """ # TODO: Support speedy mode for running the script - shell("make scriptconfig SCRIPT=Kconfiglib/examples/allyesconfig.py " + shell("make scriptconfig SCRIPT=Kconfiglib/allyesconfig.py " "PYTHONCMD='{}'".format(sys.executable)) shell("mv .config ._config") if speedy: -- cgit v1.2.3