Re: [U-Boot] [PATCH] test.py: Make search for autoconf.mk more permission

2019-12-02 Thread Stephen Warren
On 12/1/19 7:34 PM, Simon Glass wrote: Buildman doesn't store this file in the same directory as a normal build. Update the conftest code to handle both cases. Shouldn't we just fix buildman so that it puts the files in the standard locations? That way, we don't have to separately update

[U-Boot] [PATCH] test.py: Make search for autoconf.mk more permission

2019-12-01 Thread Simon Glass
Buildman doesn't store this file in the same directory as a normal build. Update the conftest code to handle both cases. Signed-off-by: Simon Glass --- test/py/conftest.py | 39 +++ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git