summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-23 11:50:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-23 22:13:08 +0100
commit8f1c2f851a87c3402766a8408a8ee65d6a4fb785 (patch)
tree93958ef07af1ea201e20c936c152cd556df56c52 /documentation/migration-guides
parent10e73107307ab5ece9d0430af17f3d9f28f457ad (diff)
downloadpoky-8f1c2f851a87c3402766a8408a8ee65d6a4fb785.tar.gz
bitbake: build: Ensure python stdout/stderr is logged correctly
Currently we see things like: Log data follows: | DEBUG: Executing python function do_pythontest_exit | DEBUG: Python function do_pythontest_exit finished | ERROR: 1 | This is python stdout Whilst after the change we see things like: Log data follows: | DEBUG: Executing python function do_pythontest_exit | This is python stdout | DEBUG: Python function do_pythontest_exit finished | ERROR: 1 since the output is now correctly mixed with the log messages. In some cases the logging tests indicate the output is being lost entirely which is bad for debugging and makes things rather confusing. (Bitbake rev: 8966b43761500e0505333d8c9a3f0f2c3dbe7559) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
0 files changed, 0 insertions, 0 deletions