Re: [U-Boot] [PATCH 2/2] patman: Allow tests to run even if patman is in the path

2013-01-31 Thread Simon Glass
On Thu, Nov 29, 2012 at 12:50 PM, Simon Glass wrote: > On Mon, Nov 26, 2012 at 5:21 PM, Doug Anderson wrote: >> Several of the patman doctests assume that patman was run with: >> ./patman >> >> Fix them so that they work even if patman is run with just "patman" >> (because patman is in the path

Re: [U-Boot] [PATCH 2/2] patman: Allow tests to run even if patman is in the path

2012-11-28 Thread Simon Glass
On Mon, Nov 26, 2012 at 5:21 PM, Doug Anderson wrote: > Several of the patman doctests assume that patman was run with: > ./patman > > Fix them so that they work even if patman is run with just "patman" > (because patman is in the path). > > Signed-off-by: Doug Anderson Acked-by: Simon Glass

[U-Boot] [PATCH 2/2] patman: Allow tests to run even if patman is in the path

2012-11-26 Thread Doug Anderson
Several of the patman doctests assume that patman was run with: ./patman Fix them so that they work even if patman is run with just "patman" (because patman is in the path). Signed-off-by: Doug Anderson --- tools/patman/gitutil.py | 11 +-- 1 files changed, 9 insertions(+), 2 deleti