]> code.ossystems Code Review - openembedded-core.git/commit
context.py: avoid skipping tests by meaningless command argument
authorChen Qi <Qi.Chen@windriver.com>
Fri, 21 Jun 2019 01:18:02 +0000 (09:18 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Jun 2019 14:30:56 +0000 (15:30 +0100)
commitde3b070fc2ddd0b63a324679ec5adbe30142fc22
tree14bdf5c18f548782e55c578cebf278fff2ffdff2
parentb11521ce1b1d1f8b4dddf830b41f5ea809730d22
context.py: avoid skipping tests by meaningless command argument

Currently `oe-selftest -R a' will skip 'archiver' tests. This is
not expected. Fix it so that the '-R' should be followed by actual
module/class/test names.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/context.py