summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-19 13:23:03 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-19 13:23:03 +0100
commit417d62d1bf5fbfc7271c9d9b8dc2661b6332e288 (patch)
tree07a9e91c92356a930d969a6f68b9bca8d1167a6e /testsuite.py
parent5bb8c285d84173d35ae63ba33305a28c6329c0e2 (diff)
Test suite language nits.
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite.py b/testsuite.py
index a075603..5cbd4e8 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -1800,7 +1800,7 @@ def test_call_all(conf):
def test_config_absent(conf):
"""
- Test if kconfiglib generates the same configuration as 'make alldefconfig'
+ Test if Kconfiglib generates the same configuration as 'make alldefconfig'
for each architecture."""
conf.write_config("._config")
if speedy_mode:
@@ -1810,10 +1810,11 @@ def test_config_absent(conf):
def test_defconfig(conf):
"""
- Test if kconfiglib generates the same .config as scripts/kconfig/conf for
+ Test if Kconfiglib generates the same .config as scripts/kconfig/conf for
each architecture/defconfig pair. In obsessive mode, this test includes
nonsensical groupings of arches with defconfigs from other arches (every
- arch/defconfig combination) and an order of magnitude longer time to run.
+ arch/defconfig combination) and takes an order of magnitude longer time to
+ run.
With logging enabled, this test appends any failures to a file
test_defconfig_fails in the root."""