From 433cd8b9b22d38036639bd1ccc5c3c96263a6083 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 29 May 2015 17:28:29 +0200 Subject: Fix typos in test suite. ...and mention that the test suite requires the make targets too in the readme. --- README.md | 3 ++- testsuite.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8777ffd..a518559 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ In addition to creating a handy interface, the make targets created by the patch (`scriptconfig` and `iscripconfig`) are needed to pick up environment variables set in the kernel makefiles and later referenced in the Kconfig files (ARCH, SRCARCH, and KERNELVERSION as of Linux v4.0-rc3). The documentation -explains how the make targets are used. +explains how the make targets are used. The compatibility tests in the test suite +also needs them. Please tell me if the patch does not apply. It should be trivial to apply manually. diff --git a/testsuite.py b/testsuite.py index 1fe0f24..134be62 100644 --- a/testsuite.py +++ b/testsuite.py @@ -285,7 +285,7 @@ def run_selftests(): if sym.get_type() in (kconfiglib.BOOL, kconfiglib.TRISTATE): verify(sym.is_modifiable(), "get_lower/upper_bound() thinks the range for the " - "bool/tristate{0} should be {1} while is_modifiable() " + "bool/tristate {0} should be {1} while is_modifiable() " "thinks the symbol should not be modifiable". format(sym_name, bound_range)) @@ -887,7 +887,7 @@ def run_selftests(): # symbols assign_and_verify_new_user_value(sym_name, hex(i), hex(i)) - # Verify that assigning a user value just outside the range uses causes + # Verify that assigning a user value just outside the range causes # defaults to be used if default is None: -- cgit v1.2.3