binman: Pass the toolpath to tests
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:50 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:53:44 +0000 (12:53 -0700)
commit8acce60b10f2d60945b71f527fd29ee62242b175
tree27a459a577222833ec3c7a7793207294d2c239f0
parentd5164a79703df76254d8c0ac67037d629d113518
binman: Pass the toolpath to tests

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>
.gitlab-ci.yml
.travis.yml
test/run
tools/binman/binman.py
tools/binman/ftest.py