]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/loader: fix regex to include numbers
authorVacek, Patrick <patrick.vacek@here.com>
Mon, 6 Jul 2020 10:34:46 +0000 (10:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jul 2020 09:37:08 +0000 (10:37 +0100)
commitf241fa493536ac953c1dac303917c6e75b459e28
tree183087abb1ec23a4525e886e2f36dd2c4a59cf9d
parenta58672fdf7e3b26b57ec31b9ba4f1eaaa7f5a53c
oeqa/core/loader: fix regex to include numbers

The previous version only included the numbers 1 and 2 in the allowed characters
for the module name. In the past, this was (\w+) so all numbers were allowed.
Now it explicitly includes all numbers again.

Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/loader.py