提交 2569e10f 编写于 作者: S Simon Glass

binman: Fix up the _DoTestFile() function -u argument

This should be -u, not -up, since we don't need to preserve the output
directory in this case.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 4c650257
......@@ -208,7 +208,7 @@ class TestFunctional(unittest.TestCase):
if map:
args.append('-m')
if update_dtb:
args.append('-up')
args.append('-u')
if not use_real_dtb:
args.append('--fake-dtb')
if verbosity is not None:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册