[libvirt] [PATCH] [TCK] Install nwfilter test files and script

Stefan Berger stefanb at linux.vnet.ibm.com
Thu Oct 21 16:48:29 UTC 2010


  The install of the TCK test suite did not install the test script and 
data. This patch fixes this.

Signed-off-by: Stefan Berger <stefanb at us.ibm.com>

diff --git a/Build.PL b/Build.PL
index fc44af2..2a4de43 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$/) {
+    } elsif (-f && (/\.t$/ || /\.sh$/ || /\.fwall$/ || /\.xml$/)) {
          push @{$tck_dirs{$dir}}, $name;
      }
      };




More information about the libvir-list mailing list