This is an automated email from the git hooks/post-receive script. xguimard-guest pushed a commit to branch master in repository lemonldap-ng.
commit b6d69462019252fbfbcf19dbca6ff5f4784cae5a Author: Xavier Guimard <[email protected]> Date: Mon Dec 26 10:01:27 2016 +0100 Avoid some developer tests --- debian/patches/Avoid-developer-tests.patch | 36 ++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 37 insertions(+) diff --git a/debian/patches/Avoid-developer-tests.patch b/debian/patches/Avoid-developer-tests.patch new file mode 100644 index 0000000..38c6b95 --- /dev/null +++ b/debian/patches/Avoid-developer-tests.patch @@ -0,0 +1,36 @@ +Description: Avoid some heavy developer tests +Author: Xavier Guimard <[email protected]> +Bug-Debian: https://bugs.debian.org/845167 +Forwarded: no +Last-Update: 2016-12-26 + +--- lemonldap-ng-1.9.7.orig/lemonldap-ng-handler/t/60-Lemonldap-NG-Handler-PSGI.t ++++ lemonldap-ng-1.9.7/lemonldap-ng-handler/t/60-Lemonldap-NG-Handler-PSGI.t +@@ -1,6 +1,6 @@ + #!/usr/bin/env perl -I pl/lib + +-use Test::More; ++use Test::More skip_all => 'Heavy developer tests'; + use JSON; + use Data::Dumper; + use MIME::Base64; +--- lemonldap-ng-1.9.7.orig/lemonldap-ng-handler/t/61-Lemonldap-NG-Handler-PSGI-Server.t ++++ lemonldap-ng-1.9.7/lemonldap-ng-handler/t/61-Lemonldap-NG-Handler-PSGI-Server.t +@@ -1,6 +1,6 @@ + #!/usr/bin/env perl -I pl/lib + +-use Test::More; ++use Test::More skip_all => 'Heavy developer tests'; + use JSON; + use Data::Dumper; + use MIME::Base64; +--- lemonldap-ng-1.9.7.orig/lemonldap-ng-handler/t/62-Lemonldap-NG-Handler-Nginx.t ++++ lemonldap-ng-1.9.7/lemonldap-ng-handler/t/62-Lemonldap-NG-Handler-Nginx.t +@@ -1,6 +1,6 @@ + #!/usr/bin/env perl -I pl/lib + +-use Test::More; ++use Test::More skip_all => 'Heavy developer tests'; + use JSON; + use Data::Dumper; + use MIME::Base64; diff --git a/debian/patches/series b/debian/patches/series index 2212c47..661cd37 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ javascript-path.patch avoid-modify-sources.patch replace-mouse-by-moose.patch +Avoid-developer-tests.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
