[libconfig-model-lcdproc-perl] 01/03: tweak test so they don't fail when lcdproc is not installed

dod at debian.org dod at debian.org
Sat Jul 19 17:27:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-lcdproc-perl.

commit e44d9b30ff70954d23c57ff992dd4bdda044b6ad
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Jul 19 19:00:40 2014 +0200

    tweak test so they don't fail when lcdproc is not installed
---
 debian/patches/test-driver-path-default | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/patches/test-driver-path-default b/debian/patches/test-driver-path-default
index 5924d81..3f01ae8 100644
--- a/debian/patches/test-driver-path-default
+++ b/debian/patches/test-driver-path-default
@@ -3,7 +3,7 @@ Author:dod
 Applied-Upstream:NA
 --- a/t/model_tests.d/lcdd-test-conf.pl
 +++ b/t/model_tests.d/lcdd-test-conf.pl
-@@ -13,34 +13,48 @@
+@@ -13,34 +13,50 @@
  $model_to_test = "LCDd" ;
  
  my @fix_warnings ;
@@ -48,12 +48,14 @@ Applied-Upstream:NA
      {   #test upgrade from raw lcdproc 0.5.5
          name => 'LDCd-0.5.5',
 +        load_warnings => [ qr/missing DriverPath dir/],
++        @fix_warnings ,
 +        apply_fix => 1,
          load_check => 'skip'
      },
      {   # likewise for lcdproc 0.5.6
          name => 'LDCd-0.5.6',
 +        load_warnings => [ qr/missing DriverPath dir/],
++        @fix_warnings ,
 +        apply_fix => 1,
          load_check => 'skip'
      },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-lcdproc-perl.git



More information about the Pkg-perl-cvs-commits mailing list