]> code.ossystems Code Review - openembedded-core.git/commit
openssh/util-linux/python*: Ensure ptest output is unbuffered
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2019 21:33:18 +0000 (22:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Apr 2019 12:44:32 +0000 (13:44 +0100)
commitd3ffbebf43c23faa43af81c9ecf6fcaef36d675b
tree8d826c2f5a270ff54a7f5f85d735187ad24c9667
parent06a726141ef24bea2d17d2adfcb870e9cccacb74
openssh/util-linux/python*: Ensure ptest output is unbuffered

We need to run sed with the -u option to ensure the output is unbuffered else
ptest-runner may timeout thinkig things were idle. Busybox doesn't have the -u
option so we need to RDEPEND on sed (which is a good thing to do if we use it
anyway).

Alex Kanavin should get credit for discovering the problem.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssh/openssh/run-ptest
meta/recipes-connectivity/openssh/openssh_7.9p1.bb
meta/recipes-core/util-linux/util-linux.inc
meta/recipes-core/util-linux/util-linux/run-ptest
meta/recipes-devtools/python/python/run-ptest
meta/recipes-devtools/python/python3/run-ptest
meta/recipes-devtools/python/python3_3.7.2.bb
meta/recipes-devtools/python/python_2.7.15.bb