From: Simon Glass Date: Thu, 4 Nov 2021 03:09:17 +0000 (-0600) Subject: binman: Tidy up comments on _DoTestFile() X-Git-Tag: v2022.01~45^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7115f00bb7d76abb3d52897947ee52736fe38290;p=platform%2Fkernel%2Fu-boot.git 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 --- 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: