binman: Fix up the _DoTestFile() function -u argument
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:47 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:58 +0000 (20:27 -0700)
This should be -u, not -up, since we don't need to preserve the output
directory in this case.

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

index 9cec5f42fa304d03eba8d26494895440f0398a6e..b1780854cfeaaa286927f6ceae9ee6c0e39dbd99 100644 (file)
@@ -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: