Re: [U-Boot] [PATCH v2 2/2] board: README.sandbox: Update dm test command

2016-04-09 Thread Simon Glass
On 9 April 2016 at 10:03, Simon Glass wrote: > On 17 March 2016 at 00:53, Jagan Teki wrote: >> Update dm test command with pytest instead of ./test/dm/test-dm.sh >> >> Cc: Tom Rini >> Cc: Simon Glass >> Acked-by: Stephen Warren >> Signed-off-by: Jagan Teki >> --- >> board/sandbox/README.sand

Re: [U-Boot] [PATCH v2 2/2] board: README.sandbox: Update dm test command

2016-04-09 Thread Simon Glass
On 17 March 2016 at 00:53, Jagan Teki wrote: > Update dm test command with pytest instead of ./test/dm/test-dm.sh > > Cc: Tom Rini > Cc: Simon Glass > Acked-by: Stephen Warren > Signed-off-by: Jagan Teki > --- > board/sandbox/README.sandbox | 3 ++- > 1 file changed, 2 insertions(+), 1 deleti

Re: [U-Boot] [PATCH v2 2/2] board: README.sandbox: Update dm test command

2016-03-28 Thread Jagan Teki
On 17 March 2016 at 12:23, Jagan Teki wrote: > Update dm test command with pytest instead of ./test/dm/test-dm.sh > > Cc: Tom Rini > Cc: Simon Glass > Acked-by: Stephen Warren > Signed-off-by: Jagan Teki Ping! -- Jagan. ___ U-Boot mailing list U-B

[U-Boot] [PATCH v2 2/2] board: README.sandbox: Update dm test command

2016-03-19 Thread Jagan Teki
Update dm test command with pytest instead of ./test/dm/test-dm.sh Cc: Tom Rini Cc: Simon Glass Acked-by: Stephen Warren Signed-off-by: Jagan Teki --- board/sandbox/README.sandbox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/sandbox/README.sandbox b/board/sandbo