The following commit has been merged in the master branch:
commit eaaf54b82612d155f0b96792dda94ade0e12e8bc
Author: Russ Allbery <[EMAIL PROTECTED]>
Date:   Sun Jul 13 17:26:19 2008 -0700

    Use better names for the internal runtests tags

diff --git a/testset/runtests b/testset/runtests
index e8ed07b..0cd13de 100755
--- a/testset/runtests
+++ b/testset/runtests
@@ -306,13 +306,13 @@ $testok = 1;
 for (keys %tags) {
     my $values = $tags{$_};
     if (not defined $values->{'desc_type'}) {
-       print "E: test-has-no-description $_ in $values->{'tested_package'}\n";
+       print "E: tag-has-no-description $_ in $values->{'tested_package'}\n";
        $testok = 0;
     } elsif (not defined $values->{'tested_type'}) {
-       print "I: test-is-not-tested $_ in $values->{'desc_file'}\n"
+       print "I: tag-is-not-tested $_ in $values->{'desc_file'}\n"
            if $verbose;
     } elsif ($values->{'desc_type'} ne $values->{'tested_type'}) {
-       print "E: test-has-inconsistent-type $_ $values->{'tested_type'} vs ".
+       print "E: tag-has-inconsistent-type $_ $values->{'tested_type'} vs ".
            "$values->{'desc_type'}\n";
        $testok = 0;
     }

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to