test.py: Make search for autoconf.mk more permissive
authorSimon Glass <sjg@chromium.org>
Mon, 2 Dec 2019 02:34:18 +0000 (19:34 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 10 Dec 2019 13:02:49 +0000 (06:02 -0700)
commitcb105794848a372d79ce2c8f6350f1eb5d7a60f1
tree085996adf7e9e81ee9a53a303504d4ef42e4e548
parent4251fbc6fb19cc7406ea450145d307d4b2ec19e9
test.py: Make search for autoconf.mk more permissive

Buildman doesn't store this file in the same directory as a normal build.
Update the conftest code to handle both cases.

Change-Id: I1fd0e56054d7dc77394a7589336aa0991bd0133d
Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py