diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-28 21:04:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-20 22:46:17 +0000 |
commit | f2467c692531eb0d13382f0308187423dadf4c7e (patch) | |
tree | db6a3c26c13dcf512da31a025094c4bf94d90a87 /meta/recipes-support | |
parent | 0c738cad8e4ef1298e30e445cecc2a87b7dafbd5 (diff) | |
download | poky-f2467c692531eb0d13382f0308187423dadf4c7e.tar.gz |
runtime_test.py: correct output check for bash 5.1
Bash 5.1 inserts escape sequences into its output (specifically
disabling bracketed paste mode via \x1b[?2004l). I am not sure
if somehow terminal detection isn't working correctly there,
but in any case the marker is still in the output, but needs to
be checked by 'in' rather than exact equivalence.
(From OE-Core rev: c25a1b16cc50e51ecf040c2c1db128e1dfceddec)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
0 files changed, 0 insertions, 0 deletions