summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py14
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: