]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/commands: Avoid log message duplication
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Nov 2018 13:00:11 +0000 (13:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Dec 2018 10:29:08 +0000 (10:29 +0000)
commit600e71ede1977c45fed1958dd5356911e4fcf272
treec5d603adeb0b170e2d0e0022829fca1dfb5b010d
parentb8a9eec2c9e56181350269acd6b42a14cc4abb3e
oeqa/utils/commands: Avoid log message duplication

Each time a runqemu() fails, the log handler would be left behind meaning
messages from any subsequent run would be duplicated (or worse/more).

This ensures we remove the handler regardless and means we no longer
have the duplication.

(From OE-Core rev: 532984708436bdfa3a8cac2c684a425eb249bad0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/commands.py