The following commit has been merged in the master branch:
commit 81243d4ea132a0be2e03c29a91827f84b83a660f
Author: Niels Thykier <[email protected]>
Date:   Wed Aug 10 15:52:54 2011 +0200

    Fixed "onlyrun=$check" test runs

diff --git a/t/runtests b/t/runtests
index d45812c..e7ee2aa 100755
--- a/t/runtests
+++ b/t/runtests
@@ -255,10 +255,10 @@ foreach my $tsi (['debs', "$TESTSET/debs/*/desc", sub { 
generic_test_runner('deb
        if (-d "$TESTSET/$tdir/$test") {
            @tests = read_dpkg_control("$TESTSET/$tdir/$test/desc");
        } elsif (-f "$LINTIAN_ROOT/checks/$singletest.desc"){
-           @tests = map { read_dpkg_control($_) } 
<$TESTSET/tests/$singletest-*/desc>;
+           @tests = map { read_dpkg_control($_) } glob 
"$TESTSET/$tdir/$singletest-*/desc";
        }
     } elsif ($tag) {
-       @tests = find_tests_for_tag($tag, "$globstr");
+       @tests = find_tests_for_tag($tag, $globstr);
     } else {
        unless (-d "$TESTSET/$tdir/") {
            fail("cannot find $TESTSET/$tdir: $!");

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to