]> git.ipfire.org Git - thirdparty/systemd.git/commit
hwdb: fix parser to execute test for ieee1394-unit-function with no argument
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 5 May 2021 14:10:29 +0000 (23:10 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 5 May 2021 14:10:29 +0000 (23:10 +0900)
commit5d66d89c42743ff7cb9650b5c40ce394a7c2e4dd
tree59f5591ee6706cd03f6cb8a73cc2121ec07d463e
parent4c4c2505636d860ab5d1d7d1c5b9ff5ae10bbaf2
hwdb: fix parser to execute test for ieee1394-unit-function with no argument

When given no arguments, hwdb parser script seeks test target files by
glob pattern. Although I added a new file for IEEE 1394 unit functions,
the file is excluded as test target due to the pattern.

This commit fixes it.

Fixes: 7713f3fc6a2 ("hwdb: add parser grammar for IEEE 1394 unit function list")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
hwdb.d/parse_hwdb.py