[libserver-starter-perl] 01/04: Skip most of the test suite, it's racy and sometimes hangs altogether

Niko Tyni ntyni at moszumanska.debian.org
Mon Nov 21 20:32:14 UTC 2016


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

ntyni pushed a commit to branch master
in repository libserver-starter-perl.

commit 2be7fe08952ce2eae66b29d1af9a9f283be83e5a
Author: Niko Tyni <ntyni at debian.org>
Date:   Mon Nov 21 22:09:28 2016 +0200

    Skip most of the test suite, it's racy and sometimes hangs altogether
    
    Closes: #841662
---
 debian/rules                      | 3 +++
 debian/tests/pkg-perl/smoke-files | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..3cde386 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	dh_auto_test -- --test-files "$(shell grep -v '^#' debian/tests/pkg-perl/smoke-files)"
diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 0000000..338f589
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,3 @@
+# skip almost all the tests
+# see #841662
+t/00-base.t

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



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