summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2022-11-23 18:55:28 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-26 11:19:40 +0000
commitf27e91305b2c47c371151812343cb0a960ec7a49 (patch)
treefd50f50587555b0fee54c9b504708703a41ea1c3 /meta/recipes-core/libxml
parentb3cf48d741c02295a6a9b2d08ddd57074e65eeb6 (diff)
downloadpoky-f27e91305b2c47c371151812343cb0a960ec7a49.tar.gz
selftest: allow '-R' and '-r' be used together
For now, there's no easy way to skip some specified tests when using 'oe-selftest -r'. This is because '-R' and '-r' are in the mutually exclusive group. Looking at the codes, the codes have already allowed running specified tests and skipping specified tests at the same time. So move '-R' out of the mutually exclusive group and change its help message. After this change, the following command could be used. oe-selftest -r A -R A.B.C This does introduce a behavior regression. Previous 'oe-selftest -R xxx' needs to now be changed to 'oe-selftest -a -R xxx'. (From OE-Core rev: df9a2b69748d8a24c3390f812225231e9e9acb66) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml')
0 files changed, 0 insertions, 0 deletions