diff options
author | Gerhard Sittig | 2013-07-14 11:27:45 +0200 |
---|---|---|
committer | Tom Rini | 2013-07-15 17:06:09 -0400 |
commit | c8605bb4d8f0ded37e863b0a4fe2844ce5e8e2fa (patch) | |
tree | f44466e0911ef360b0907595921ed3aa32a66e85 /tools | |
parent | 4f6aa3468d8090f2de84a869ba54891a4340a1c8 (diff) |
patman: README documentation nits (unit test)
adjust instructions for the invocation of Patman's self test: the -t
flag appears to have a different meaning now, refer to the --test option
for the builtin unit test; adjust a directory location and make sure to
run the file which resides in the source directory
Signed-off-by: Gerhard Sittig <gsi@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/patman/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/patman/README b/tools/patman/README index 8cffcd1f3d5..c954989db64 100644 --- a/tools/patman/README +++ b/tools/patman/README @@ -452,12 +452,12 @@ Most of these are indicated by a TODO in the code. It would be nice if this could handle the In-reply-to side of things. -The tests are incomplete, as is customary. Use the -t flag to run them, -and make sure you are in the tools/scripts/patman directory first: +The tests are incomplete, as is customary. Use the --test flag to run them, +and make sure you are in the tools/patman directory first: $ cd /path/to/u-boot - $ cd tools/scripts/patman - $ patman -t + $ cd tools/patman + $ ./patman --test Error handling doesn't always produce friendly error messages - e.g. putting an incorrect tag in a commit may provide a confusing message. |