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

[SCM] Debian package checker branch, master, updated. 2.4.3-192-g4a69bbb



The following commit has been merged in the master branch:
commit 4a69bbb0499a79d2e79d73b5ef63fd07d1d8abb4
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Thu Jan 27 13:30:01 2011 -0600

    Disable critic.t by default, enable via CRITICISE=1
    
    There are still too many things to fix and makes it hard to focus on
    other bugs.

diff --git a/t/scripts/critic.t b/t/scripts/critic.t
index c4dfbe5..7b88048 100755
--- a/t/scripts/critic.t
+++ b/t/scripts/critic.t
@@ -38,6 +38,8 @@ sub should_skip() {
     my $skip = 1;
     my $pid;
 
+    return $skip unless (defined ($ENV{'CRITICISE'}));
+
     $pid = open (DPKG, '-|', 'dpkg-parsechangelog', '-c0');
 
     die("failed to execute dpkg-parsechangelog: $!")

-- 
Debian package checker


Reply to: