diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-19 13:23:03 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-19 13:23:03 +0100 |
| commit | 417d62d1bf5fbfc7271c9d9b8dc2661b6332e288 (patch) | |
| tree | 07a9e91c92356a930d969a6f68b9bca8d1167a6e /testsuite.py | |
| parent | 5bb8c285d84173d35ae63ba33305a28c6329c0e2 (diff) | |
Test suite language nits.
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 7 |
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.""" |
