summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index f61dafc..2b8fb5f 100644
--- a/README.md
+++ b/README.md
@@ -92,9 +92,10 @@ configurations generated by <i>scripts/kconfig/conf</i> for a number of cases. Y
might want to use the "speedy" option; see [testsuite.py](testsuite.py).
The test suite might fail for a few configurations for kernels older than April 2006,
-when a fix was added to Kconfig that's also mirrored in Kconfiglib (see 35ea8d5).
-This is harmless, and only counts as a fail since the test suite compares literal
-output from the kconfig version that's bundled with the kernel.
+when a fix was added to Kconfig that's also mirrored in Kconfiglib
+(see 35ea8d5f1d63bdc9f8642f5ce4445e8f7c914385). This is harmless, and only counts as
+a fail since the test suite compares literal output from the kconfig version that's
+bundled with the kernel.
Kconfiglib is much faster than the test suite would indicate. Most of the time
is spent waiting around for `make` or the C utilities. Adding some multiprocessing