Re: [U-Boot] [PATCH v2] test:dfu: Add test scripts for testing DFU regression

2014-06-17 Thread Lukasz Majewski
Hi Simon, > Hi Lukasz, > > On 3 June 2014 03:54, Lukasz Majewski wrote: > > This commit adds test scripts for testing if any commit has > > introduced regression to the DFU subsystem. > > > > It uses md5 to test if sent and received file is correct. > > The test detailed description is available

Re: [U-Boot] [PATCH v2] test:dfu: Add test scripts for testing DFU regression

2014-06-12 Thread Simon Glass
Hi Lukasz, On 12 June 2014 05:00, Lukasz Majewski wrote: [snip] >> > +COLOR_RED="\33[31m" >> > +COLOR_GREEN="\33[32m" >> > +COLOR_DEFAULT="\33[0m" >> >> Which side of the pond are you? :-) I think it should be COLOUR in >> U-Boot. > > This script is run on the host. Could you be more specific.

Re: [U-Boot] [PATCH v2] test:dfu: Add test scripts for testing DFU regression

2014-06-12 Thread Lukasz Majewski
Hi Simon, > Hi Lukasz, > > On 3 June 2014 03:54, Lukasz Majewski wrote: > > This commit adds test scripts for testing if any commit has > > introduced regression to the DFU subsystem. > > > > It uses md5 to test if sent and received file is correct. > > The test detailed description is available

Re: [U-Boot] [PATCH v2] test:dfu: Add test scripts for testing DFU regression

2014-06-06 Thread Simon Glass
Hi Lukasz, On 3 June 2014 03:54, Lukasz Majewski wrote: > This commit adds test scripts for testing if any commit has introduced > regression to the DFU subsystem. > > It uses md5 to test if sent and received file is correct. > The test detailed description is available at README file. > > Signed

[U-Boot] [PATCH v2] test:dfu: Add test scripts for testing DFU regression

2014-06-03 Thread Lukasz Majewski
This commit adds test scripts for testing if any commit has introduced regression to the DFU subsystem. It uses md5 to test if sent and received file is correct. The test detailed description is available at README file. Signed-off-by: Lukasz Majewski --- Changes for v2: - Rename DESCRIPTION.TXT