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

[SCM] Debian package checker branch, master, updated. 2.5.4-117-g75bab68



The following commit has been merged in the master branch:
commit 75bab68bdb3599e6e56dfe74f7689c1400351fac
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Jan 28 14:57:56 2012 +0100

    Fixed a regression in testset/runtests (caused by the last commit)
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/testset/runtests b/testset/runtests
index a51d407..f5b5199 100755
--- a/testset/runtests
+++ b/testset/runtests
@@ -136,7 +136,8 @@ $| = 1;
 
 $testok = 1;
 
-my $profile = Lintian::Profile->new ('debian/main', ["$ENV{'LINTIAN_ROOT'}/profiles"]);
+my $profile = Lintian::Profile->new ('debian/main', $ENV{'LINTIAN_ROOT'},
+                                     ["$ENV{'LINTIAN_ROOT'}/profiles"]);
 
 # force all checks to be loaded - not the best solution
 # - At the time of writing it is not needed for 'debian/main', but

-- 
Debian package checker


Reply to: