diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-16 23:40:35 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-16 23:40:35 +0200 |
| commit | c685e788c2aac6fd57d230988c2121c30661b971 (patch) | |
| tree | b38e2186db0681b6e7156348aeab4d6496c47744 | |
| parent | e3299bbb0bbac402a658a15710b816b65657102a (diff) | |
Docstring nit.
| -rw-r--r-- | testsuite.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite.py b/testsuite.py index 888a2ff..00b36da 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1909,8 +1909,8 @@ def get_arch_configs(): def test_all_no(conf): """ Verify that our examples/allnoconfig.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.""" + 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.py " |
