Re: [U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup

2015-05-06 Thread Simon Glass
Hi Joe, On 6 May 2015 at 09:39, Joe Hershberger wrote: > > Hi Simon, > > On Wed, May 6, 2015 at 10:11 AM, Simon Glass wrote: > > Hi Joe, > > > > On 5 May 2015 at 17:39, Joe Hershberger wrote: > >> Hi Simon, > >> > >> On Tue, May 5, 2015 at 3:56 PM, Simon Glass wrote: > >>> Hi Joe, > >>> > >>>

Re: [U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup

2015-05-06 Thread Joe Hershberger
Hi Simon, On Wed, May 6, 2015 at 10:11 AM, Simon Glass wrote: > Hi Joe, > > On 5 May 2015 at 17:39, Joe Hershberger wrote: >> Hi Simon, >> >> On Tue, May 5, 2015 at 3:56 PM, Simon Glass wrote: >>> Hi Joe, >>> >>> On 3 May 2015 at 14:12, Joe Hershberger wrote: Make sure that the env gets c

Re: [U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup

2015-05-06 Thread Simon Glass
Hi Joe, On 5 May 2015 at 17:39, Joe Hershberger wrote: > Hi Simon, > > On Tue, May 5, 2015 at 3:56 PM, Simon Glass wrote: >> Hi Joe, >> >> On 3 May 2015 at 14:12, Joe Hershberger wrote: >>> Make sure that the env gets cleaned up after a test fails so that other >>> tests aren't affected. >>> >>

Re: [U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup

2015-05-05 Thread Joe Hershberger
Hi Simon, On Tue, May 5, 2015 at 3:56 PM, Simon Glass wrote: > Hi Joe, > > On 3 May 2015 at 14:12, Joe Hershberger wrote: >> Make sure that the env gets cleaned up after a test fails so that other >> tests aren't affected. >> >> Signed-off-by: Joe Hershberger >> --- >> >> Changes in v3: >> -New

Re: [U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup

2015-05-05 Thread Simon Glass
Hi Joe, On 3 May 2015 at 14:12, Joe Hershberger wrote: > Make sure that the env gets cleaned up after a test fails so that other > tests aren't affected. > > Signed-off-by: Joe Hershberger > --- > > Changes in v3: > -New for version 3 > > Changes in v2: None > > test/dm/eth.c | 79 > ++

[U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup

2015-05-03 Thread Joe Hershberger
Make sure that the env gets cleaned up after a test fails so that other tests aren't affected. Signed-off-by: Joe Hershberger --- Changes in v3: -New for version 3 Changes in v2: None test/dm/eth.c | 79 +-- 1 file changed, 55 insertions