]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/decorators: fix missing keyword arguments on decorators
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 26 Oct 2015 13:28:26 +0000 (13:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Oct 2015 07:22:22 +0000 (07:22 +0000)
commitf787b688f2884ce3fa888b4041030538c7d2bf55
tree65d6a4f6e5360c2acde3c1755509ddb200d9d951
parent189d6232a2a9eb7192887b60f05b6643414a4ec6
oeqa/utils/decorators: fix missing keyword arguments on decorators

We need to handle keyword arguments here or sending a keyword argument
to a decorated function that accepts keyword arguments will trigger an
error. (This showed up when testcase decorators were added to the
recipetool.RecipetoolTests.test_recipetool_appendsrcfiles_basic_subdir
test).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/decorators.py