[PATCH v4 15/34] binman: Tidy up comments on _DoTestFile()
Simon Glass
sjg at chromium.org
Thu Nov 4 04:09:17 CET 2021
The comment for this function is missing an argument and the return value.
Fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
tools/binman/ftest.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index 8199a4fc7e0..39a4b94cd0b 100644
--- 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:
--
2.34.0.rc0.344.g81b53c2807-goog
More information about the U-Boot
mailing list