binman: Drop unused return variable for _DoTestFile()
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 23:40:00 +0000 (17:40 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:59 +0000 (14:42 -0600)
commita4dfe3e473ea53c44db50d07c34815e24069d39d
treea72587f37d202127726d384d04aa7744d6c9e1ec
parentf3243303a01eb58eef2a0cd320d562a7af486ddb
binman: Drop unused return variable for _DoTestFile()

This function returns the exit code from binman, not any data. Fix up a
few callers in the tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py