Skip to content
Commit d73b83da authored by Richard Purdie's avatar Richard Purdie Committed by Steve Sakoman
Browse files

ptest-runner: Ensure data writes don't race



Currently the code can race as there is a read/write thread handling the stdio but
there is no guarantee that when the process exits, the thread has handled all the
data. This results in output where "END:" isn't actually at the end of the logs
but somewhere in the middle of the output.

Update to a revision with this fix.

Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6608ee55)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 0c484c5a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment