]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Wed, 28 Nov 2018 16:22:08 +0000 (16:22 +0000)
commit98de50fcf2f5660043a8f8079516404b190860c7
tree90452d5f0f95a3847c6dcb306bef032ce698dec2
parentaf5e83ead16d311aab69c0748657ec540eeb2d97
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.

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