[libdevel-ptkdb-perl] 06/08: added patch to fix blocking test

dod at debian.org dod at debian.org
Thu Oct 10 19:13:57 UTC 2013


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

dod pushed a commit to branch master
in repository libdevel-ptkdb-perl.

commit 1b7b9943d2853ef0b70d2ab3fa0395b1c969782e
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Oct 10 21:08:58 2013 +0200

    added patch to fix blocking test
---
 debian/patches/fix-test |   12 ++++++++++++
 debian/patches/series   |    1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/fix-test b/debian/patches/fix-test
new file mode 100644
index 0000000..9070ad3
--- /dev/null
+++ b/debian/patches/fix-test
@@ -0,0 +1,12 @@
+Description:Fix test: do not require user input
+Author:dod
+--- a/test.pl
++++ b/test.pl
+@@ -8,6 +8,7 @@
+ 
+ BEGIN { $| = 1; print "1..1\n"; }
+ END {print "not ok 1\n" unless $loaded;}
++$DB::no_stop_at_end=1;
+ use Devel::ptkdb;
+ $loaded = 1;
+ print "ok 1\n";
diff --git a/debian/patches/series b/debian/patches/series
index 423d350..a8c1493 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+fix-test
 spelling.patch
 fix-pod-error

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



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