
18 Jul
2019
18 Jul
'19
3:59 a.m.
Tools like ifwitool may not be available in the PATH, but are available in the build. These tools may be needed by tests, so allow tests to use the --toolpath flag.
Also use this flag with travis.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
.travis.yml | 2 +- test/run | 9 ++++++--- tools/binman/binman.py | 12 +++++++++--- tools/binman/ftest.py | 8 +++++++- 4 files changed, 23 insertions(+), 8 deletions(-)
Applied to u-boot-dm, thanks!