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

[SCM] Debian package checker branch, master, updated. 2.3.4-33-g4d7501e



The following commit has been merged in the master branch:
commit fc1a8c4d505d15cb9abef778ca9ea260a041bcfe
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Wed Mar 24 14:08:54 2010 +0000

    Don't treat legacy testsuite output lines for .changes tags as invalid

diff --git a/testset/runtests b/testset/runtests
index d3f8c06..d70345d 100755
--- a/testset/runtests
+++ b/testset/runtests
@@ -230,7 +230,7 @@ for (@tests) {
     open TAGS, "$rundir/tags.$pkg" or fail("Cannot open $rundir/tags.$pkg");
     while (<TAGS>) {
 	next if m/^N: /;
-	if (not /^(.): (\S+)(?: (?:source|udeb))?: (\S+)/) {
+	if (not /^(.): (\S+)(?: (?:source|udeb|changes))?: (\S+)/) {
 	    print "E: Invalid line:\n$_";
 	    next;
 	}

-- 
Debian package checker


Reply to: