diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-30 18:05:04 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-30 19:10:58 +0200 |
| commit | 38cca3bdeca7d91044e11ddf2193e07c5d223ad3 (patch) | |
| tree | c282c982e1d7f45a1c29309beb124597dcf8875a /testsuite.py | |
| parent | b95477a82d0a5bc4218aa00c8a76edc3c95d8d4f (diff) | |
allyesconfig: Prepare for packaging
Move to the root, simplify a bit, provide an entry point function (for
setuptools's entry_points).
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 14 |
1 files changed, 7 insertions, 7 deletions
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: |
