]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Rename tests to ftest
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:08 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commit952d3dbe77d20e1dbd27c4348be712f214e8f03c
treea887e9ca678d5c4e5b83930282e54ac483932d13
parenta3b56be1d57075b5bc28c8db8c56797f56b27350
binman: Rename tests to ftest

At present these tests use the same filename as patman. This adds
confusion when running all tests, since error messages look very similar.
In fact binman tries to run the wrong tests at present.

Rename the tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.py
tools/binman/ftest.py [new file with mode: 0644]
tools/binman/func_test.py [deleted file]