[libtest-class-perl] 01/03: Run two tests without TEST_VERBOSE to avoid failures, see RT#114112

Florian Schlichting fsfs at moszumanska.debian.org
Sun May 1 19:59:14 UTC 2016


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

fsfs pushed a commit to branch master
in repository libtest-class-perl.

commit e91a0124f197d1366f9ace83b1c0357b1bf5d5b0
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun May 1 21:34:44 2016 +0200

    Run two tests without TEST_VERBOSE to avoid failures, see RT#114112
---
 debian/changelog                      |  6 +++---
 debian/patches/series                 |  1 +
 debian/patches/test_non_verbose.patch | 25 +++++++++++++++++++++++++
 3 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 80e6ef3..b3f4d8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,6 @@
 libtest-class-perl (0.50-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
-  PROBLEM: FTBFS
-  # 2 test failures
-
   * Add debian/upstream/metadata.
   * Import upstream version 0.50.
   * Update years of packaging copyright.
@@ -15,6 +12,9 @@ libtest-class-perl (0.50-1) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
+  [ Florian Schlichting ]
+  * Run two tests without TEST_VERBOSE to avoid failures, see RT#114112
+
  -- gregor herrmann <gregoa at debian.org>  Mon, 26 Oct 2015 17:35:57 +0100
 
 libtest-class-perl (0.47-1) unstable; urgency=medium
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ea7dad9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+test_non_verbose.patch
diff --git a/debian/patches/test_non_verbose.patch b/debian/patches/test_non_verbose.patch
new file mode 100644
index 0000000..336c07f
--- /dev/null
+++ b/debian/patches/test_non_verbose.patch
@@ -0,0 +1,25 @@
+Description: fix 2 test failures by running without TEST_VERBOSE
+ Fixed as a patch and not in d/rules so it can propagate into autopkgtest, too
+Author: Florian Schlichting <fsfs at debian.org>
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=114112
+
+--- a/t/skip2.t
++++ b/t/skip2.t
+@@ -2,6 +2,7 @@
+ 
+ use strict;
+ use warnings;
++$ENV{TEST_VERBOSE}=0;
+ 
+ # Override exit before Test::Class is loaded so the real override
+ # will be seen later.
+--- a/t/teardown-when-test-dies.t
++++ b/t/teardown-when-test-dies.t
+@@ -2,6 +2,7 @@
+ 
+ use strict;
+ use warnings;
++$ENV{TEST_VERBOSE}=0;
+ 
+ my $line;
+ {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-class-perl.git



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