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

[SCM] Debian package checker branch, master, updated. 2.1.5-3-g7510c0b



The following commit has been merged in the master branch:
commit 87f32dede120eb64fa1073e561cfd107f4b8c7fd
Author: Russ Allbery <rra@debian.org>
Date:   Sat Jan 10 23:46:29 2009 -0800

    Fix update-coverage bug in including the debs test suite

diff --git a/private/update-coverage b/private/update-coverage
index 1d6bdd6..9d65d65 100755
--- a/private/update-coverage
+++ b/private/update-coverage
@@ -60,7 +60,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) {
+for my $tagfile (<t/changes/*.tags>, <t/debs/*/tags>) {
     open(IN, '<', $tagfile) or die "Cannot open $tagfile: $!\n";
     local $_;
     while (<IN>) {

-- 
Debian package checker


Reply to: