projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056f0ef
)
binman: Tidy up comments on _DoTestFile()
author
Simon Glass
<sjg@chromium.org>
Thu, 4 Nov 2021 03:09:17 +0000
(21:09 -0600)
committer
Simon Glass
<sjg@chromium.org>
Sat, 13 Nov 2021 15:16:39 +0000
(08:16 -0700)
The comment for this function is missing an argument and the return value.
Fix it.
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 8199a4fc7e05093e38147b28028b33ca0f705bc4..39a4b94cd0b5104dc733663e2ffb70fc24ce02e9 100644
(file)
--- a/
tools/binman/ftest.py
+++ b/
tools/binman/ftest.py
@@
-334,6
+334,11
@@
class TestFunctional(unittest.TestCase):
extra_indirs: Extra input directories to add using -I
threads: Number of threads to use (None for default, 0 for
single-threaded)
+ test_section_timeout: True to force the first time to timeout, as
+ used in testThreadTimeout()
+
+ Returns:
+ int return code, 0 on success
"""
args = []
if debug: