summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-07 04:26:23 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-07 04:26:51 +0100
commitacaa088f473d6f438a7469464c952ecd1990b4c9 (patch)
treed1f697a0425ea89d2bab359b5f92504035673e89
parentd6f24926efdc8d9246db2d9483ee9954ccd792fe (diff)
Update test suite instructions.
-rw-r--r--kconfigtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfigtest.py b/kconfigtest.py
index 8f67a32..e8eb6e7 100644
--- a/kconfigtest.py
+++ b/kconfigtest.py
@@ -2,7 +2,7 @@
# C kconfig implementation by comparing outputs. It should be run from the
# top-level kernel directory with
#
-# $ PYTHONPATH=scripts/kconfig python scripts/kconfig/kconfigtest.py
+# $ python Kconfiglib/kconfigtest.py
#
# (PyPy also works, and runs the defconfig tests roughly 20% faster on my
# machine. Some of the other tests get an even greater speed-up.)