Re: [PATCH v8 1/8] binman: Allow timeout to occur in the image or its section

2021-10-31 Thread Simon Glass
On Mon, 18 Oct 2021 12:13:15 -0600 Simon Glass wrote: > At present testThreadTimeout() assumes that the expected timeout happens > first when building the section, but it can just as easily happen at the > top-level image. Update the test to cope with both. > > Signed-off-by: Simon Glass

Re: [PATCH v8 1/8] binman: Allow timeout to occur in the image or its section

2021-10-19 Thread Marek BehĂșn
On Mon, 18 Oct 2021 12:13:15 -0600 Simon Glass wrote: > At present testThreadTimeout() assumes that the expected timeout happens > first when building the section, but it can just as easily happen at the > top-level image. Update the test to cope with both. > > Signed-off-by: Simon Glass

[PATCH v8 1/8] binman: Allow timeout to occur in the image or its section

2021-10-18 Thread Simon Glass
At present testThreadTimeout() assumes that the expected timeout happens first when building the section, but it can just as easily happen at the top-level image. Update the test to cope with both. Signed-off-by: Simon Glass --- (no changes since v1) tools/binman/ftest.py | 3 +-- 1 file