From 417d62d1bf5fbfc7271c9d9b8dc2661b6332e288 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 19 Dec 2012 13:23:03 +0100 Subject: Test suite language nits. --- testsuite.py | 7 ++++--- 1 file 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.""" -- cgit v1.2.3