From: Simon Glass Date: Mon, 8 Jul 2019 19:18:47 +0000 (-0600) Subject: binman: Fix up the _DoTestFile() function -u argument X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=2569e10f5b56649aa13e806da39a6238fdb53cab;p=u-boot.git 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: Simon Glass --- diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index 9cec5f42fa..b1780854cf 100644 --- a/tools/binman/ftest.py +++ b/tools/binman/ftest.py @@ -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: