[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.1-201-g36b04d9



The following commit has been merged in the master branch:
commit 36b04d944da010214918134fab5f733419e4361f
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Aug 7 14:37:06 2011 +0200

    Updated p/update-coverage to cope with the changes test suite

diff --git a/private/update-coverage b/private/update-coverage
index c549e29..0f9da81 100755
--- a/private/update-coverage
+++ b/private/update-coverage
@@ -54,7 +54,7 @@ $total = scalar keys %tags;
 
 # Parse all test configuration files from the new test suite looking for
 # Test-For configuration options and remove those from the %tags hash.
-for my $desc (<t/tests/*/desc>) {
+for my $desc (<t/tests/*/desc>, <t/changes/*.desc>) {
     my ($data) = read_dpkg_control($desc);
     if (exists $data->{'test-for'}) {
         for my $tag (split(' ', $data->{'test-for'})) {
@@ -64,7 +64,7 @@ for my $desc (<t/tests/*/desc>) {
 }
 
 # Parse all tags files for the changes and debs test suite.
-for my $tagfile (<t/changes/*.tags>, <t/debs/*/tags>, <t/source/*/tags>) {
+for my $tagfile (<t/debs/*/tags>, <t/source/*/tags>) {
     open(IN, '<', $tagfile) or die "Cannot open $tagfile: $!\n";
     local $_;
     while (<IN>) {

-- 
Debian package checker


Reply to: