Re: [U-Boot] [PATCH 4/4] patman: Add settings to the list of modules to doctest

2012-12-03 Thread Simon Glass
On Fri, Nov 30, 2012 at 4:29 PM, Doug Anderson diand...@chromium.org wrote: The settings modules now has doctests, so run them. Signed-off-by: Doug Anderson diand...@chromium.org Acked-by: Simon Glass s...@chromium.org --- tools/patman/patman.py |5 +++-- 1 files changed, 3

[U-Boot] [PATCH 4/4] patman: Add settings to the list of modules to doctest

2012-11-30 Thread Doug Anderson
The settings modules now has doctests, so run them. Signed-off-by: Doug Anderson diand...@chromium.org --- tools/patman/patman.py |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/patman/patman.py b/tools/patman/patman.py index 54a252e..6825de4 100755 ---