projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c65025
)
binman: Fix up the _DoTestFile() function -u argument
author
Simon Glass
<sjg@chromium.org>
Mon, 8 Jul 2019 19:18:47 +0000
(13:18 -0600)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/tools/binman/ftest.py
b/tools/binman/ftest.py
index 9cec5f42fa304d03eba8d26494895440f0398a6e..b1780854cfeaaa286927f6ceae9ee6c0e39dbd99 100644
(file)
--- 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('-u
p
')
+ args.append('-u')
if not use_real_dtb:
args.append('--fake-dtb')
if verbosity is not None: