Skip to content

Commit c8605bb

Browse files
Gerhard Sittigtrini
Gerhard Sittig
authored andcommitted
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>
1 parent 4f6aa34 commit c8605bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/patman/README

+4-4
Original file line numberDiff line numberDiff line change
@@ -452,12 +452,12 @@ Most of these are indicated by a TODO in the code.
452452

453453
It would be nice if this could handle the In-reply-to side of things.
454454

455-
The tests are incomplete, as is customary. Use the -t flag to run them,
456-
and make sure you are in the tools/scripts/patman directory first:
455+
The tests are incomplete, as is customary. Use the --test flag to run them,
456+
and make sure you are in the tools/patman directory first:
457457

458458
$ cd /path/to/u-boot
459-
$ cd tools/scripts/patman
460-
$ patman -t
459+
$ cd tools/patman
460+
$ ./patman --test
461461

462462
Error handling doesn't always produce friendly error messages - e.g.
463463
putting an incorrect tag in a commit may provide a confusing message.

0 commit comments

Comments
 (0)