Re: [U-Boot] [PATCH] test/py: Add dependency on HUSH parser

2017-11-30 Thread Michal Simek
Hi, On 15.11.2017 19:31, Stephen Warren wrote: > On 11/15/2017 02:34 AM, Michal Simek wrote: >> Hi, >> >> On 10.11.2017 22:34, Stephen Warren wrote: >>> On 11/10/2017 04:01 AM, Michal Simek wrote: After adding our small zynq uboot which has hush parser off these 3 tests start to fai

Re: [U-Boot] [PATCH] test/py: Add dependency on HUSH parser

2017-11-15 Thread Stephen Warren
On 11/15/2017 02:34 AM, Michal Simek wrote: Hi, On 10.11.2017 22:34, Stephen Warren wrote: On 11/10/2017 04:01 AM, Michal Simek wrote: After adding our small zynq uboot which has hush parser off these 3 tests start to failed. It is probably just coincidence that others are passing without hush

Re: [U-Boot] [PATCH] test/py: Add dependency on HUSH parser

2017-11-15 Thread Michal Simek
Hi, On 10.11.2017 22:34, Stephen Warren wrote: > On 11/10/2017 04:01 AM, Michal Simek wrote: >> After adding our small zynq uboot which has hush parser off these 3 tests >> start to failed. It is probably just coincidence that others are >> passing without hush parser. > > What was the exact prob

Re: [U-Boot] [PATCH] test/py: Add dependency on HUSH parser

2017-11-10 Thread Stephen Warren
On 11/10/2017 04:01 AM, Michal Simek wrote: After adding our small zynq uboot which has hush parser off these 3 tests start to failed. It is probably just coincidence that others are passing without hush parser. What was the exact problem here? The set of tests you've disabled all seem to rely

[U-Boot] [PATCH] test/py: Add dependency on HUSH parser

2017-11-10 Thread Michal Simek
After adding our small zynq uboot which has hush parser off these 3 tests start to failed. It is probably just coincidence that others are passing without hush parser. Signed-off-by: Michal Simek --- Not sure if this is the right dependency but would be great if someone can test it too. --- te