summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-17 22:22:32 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-17 22:22:32 +0200
commitcb887e9e6726a1c385302de3345a864ccb64403a (patch)
treea7c7396e2fade3354f354fdc64f9aeee1a9658d8 /testsuite.py
parent30a03f280a57e8484091725cc2acaf080d4bfae7 (diff)
Add note re. speedy mode in a fresh kernel tree.
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py
index 1ec03c5..7ce2fa3 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -16,6 +16,9 @@
# SRCARCH. (These would be set in the Makefiles in that case.) Safe as of
# Linux 4.1.0-rc8.
#
+# NOTE: speedy mode requires scripts/kconfig/conf to have been built. Run
+# e.g. 'make defconfig' first to generate it in a fresh kernel tree.
+#
# - obsessive:
# By default, only valid arch/defconfig pairs will be tested. With this
# enabled, every arch will be tested with every defconfig, which increases