binman: Tidy up comments on _DoTestFile()
The comment for this function is missing an argument and the return value. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -334,6 +334,11 @@ class TestFunctional(unittest.TestCase):
|
|||||||
extra_indirs: Extra input directories to add using -I
|
extra_indirs: Extra input directories to add using -I
|
||||||
threads: Number of threads to use (None for default, 0 for
|
threads: Number of threads to use (None for default, 0 for
|
||||||
single-threaded)
|
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 = []
|
args = []
|
||||||
if debug:
|
if debug:
|
||||||
|
Reference in New Issue
Block a user