[libvirt] [PATCH] [TCK] Forgot to copy *.fwall.dat file

Eric Blake eblake at redhat.com
Fri Oct 22 17:21:21 UTC 2010


On 10/22/2010 11:00 AM, Stefan Berger wrote:
> Move to the format Eric suggested and copy the missing .fwall.dat file.
>
> Signed-off-by: Stefan Berger <stefanb at us.ibm.com>
>
> diff --git a/Build.PL b/Build.PL
> index 2a4de43..97b4140 100644
> --- a/Build.PL
> +++ b/Build.PL
> @@ -29,7 +29,7 @@ sub process_pkgdata_files {
> my $name = $File::Find::name;
> if (-d) {
> $tck_dirs{$name} = [];
> - } elsif (-f && (/\.t$/ || /\.sh$/ || /\.fwall$/ || /\.xml$/)) {
> + } elsif (-f && /\.(t|sh|fwall|xml|fwall\.dat)$/) {

...|fwall(\.dat)?|...
seems more compact still :)

ACK, whether or not you choose to further compress things.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list