summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-09-18 10:18:48 +0200
committerGitHub <noreply@github.com>2017-09-18 10:18:48 +0200
commit757afb2909c2b921f1055bd214ef0c6a665cc89d (patch)
treef5826f56a4b30c0a5d43acaf858d042786c739ce /README.md
parent35bd195c38ab47271ade551ed2dd218ba13f72a0 (diff)
Try a manual approach for referencing the commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2b8fb5f..caabb03 100644
--- a/README.md
+++ b/README.md
@@ -93,9 +93,9 @@ 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 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.
+(see https://github.com/ulfalizer/Kconfiglib/commit/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