[PATCH 1/4] MAINTAINERS: Fix coverage of tests/functional/acpi-bits/

Markus Armbruster posted 4 patches 1 month, 2 weeks ago
There is a newer version of this series
[PATCH 1/4] MAINTAINERS: Fix coverage of tests/functional/acpi-bits/
Posted by Markus Armbruster 1 month, 2 weeks ago
The pattern tests/functional/acpi-bits/* covers files in
acpi-bits/ (there are none), but not the files in its
subdirectories (there are five).  Drop the *.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 63e9ba521b..fcb60c0c02 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2183,7 +2183,7 @@ ACPI/FUNCTIONAL/BIOSBITS
 M: Ani Sinha <anisinha@redhat.com>
 M: Michael S. Tsirkin <mst@redhat.com>
 S: Supported
-F: tests/functional/acpi-bits/*
+F: tests/functional/acpi-bits/
 F: tests/functional/x86_64/test_acpi_bits.py
 F: docs/devel/testing/acpi-bits.rst
 
-- 
2.49.0
Re: [PATCH 1/4] MAINTAINERS: Fix coverage of tests/functional/acpi-bits/
Posted by Thomas Huth 1 month ago
On 20/12/2025 08.24, Markus Armbruster wrote:
> The pattern tests/functional/acpi-bits/* covers files in
> acpi-bits/ (there are none), but not the files in its
> subdirectories (there are five).  Drop the *.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 63e9ba521b..fcb60c0c02 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2183,7 +2183,7 @@ ACPI/FUNCTIONAL/BIOSBITS
>   M: Ani Sinha <anisinha@redhat.com>
>   M: Michael S. Tsirkin <mst@redhat.com>
>   S: Supported
> -F: tests/functional/acpi-bits/*
> +F: tests/functional/acpi-bits/
>   F: tests/functional/x86_64/test_acpi_bits.py
>   F: docs/devel/testing/acpi-bits.rst

Reviewed-by: Thomas Huth <thuth@redhat.com>