]> 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)
committerSteve Sakoman <steve@sakoman.com>
Tue, 14 Jul 2020 03:14:28 +0000 (17:14 -1000)
commiteab35415bb2cd68872707693afcf7705675fa87e
treede3d2a107ad72289d63f9bf36528deec4d7c2b66
parente62371448a7d5604fa6029c7a8be278e83dad35c
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>
(cherry picked from commit f241fa493536ac953c1dac303917c6e75b459e28)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/core/loader.py