diff options
author | Simon Glass <sjg@chromium.org> | 2021-11-03 21:09:17 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-11-13 08:16:39 -0700 |
commit | 7115f00bb7d76abb3d52897947ee52736fe38290 (patch) | |
tree | 97839c45325ca0faedd61272ccd7066438b56b0e | |
parent | 056f0efd8ba20f382f120262c632545e6f06b4a5 (diff) | |
download | u-boot-7115f00bb7d76abb3d52897947ee52736fe38290.zip u-boot-7115f00bb7d76abb3d52897947ee52736fe38290.tar.gz u-boot-7115f00bb7d76abb3d52897947ee52736fe38290.tar.bz2 |
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>
-rw-r--r-- | tools/binman/ftest.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py index 8199a4f..39a4b94 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: |