diff options
| -rw-r--r-- | kconfigtest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfigtest.py b/kconfigtest.py index e0fae52..279a4be 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -930,8 +930,8 @@ def test_defconfig(conf): nonsensical groupings of arches with defconfigs from other arches (every arch/defconfig combination) and an order of magnitude longer time to run. - This test appends any failures to a file test_defconfig_fails in the - root.""" + With logging enabled, this test appends any failures to a file + test_defconfig_fails in the root.""" global nconfigs defconfigs = [] |
