This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libparanoid-perl.
commit 1bcfe0bc429b9c086b1e164eb804f1a22eb0e339 Author: gregor herrmann <[email protected]> Date: Fri Jun 23 20:23:35 2017 +0200 Revert "Skip t/50_process.t during build and autopkgtest." This reverts commit 84a79e3d51baedf80e6b5c8c43f35f3dd2781de6. The issue is supposed to be fixed in the 2.05 release, according to https://rt.cpan.org/Public/Bug/Display.html?id=119462 . --- debian/rules | 6 ------ debian/tests/pkg-perl/smoke-skip | 2 -- 2 files changed, 8 deletions(-) diff --git a/debian/rules b/debian/rules index d2b8f41..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,4 @@ #!/usr/bin/make -f -SKIP_TESTS = $(shell cat debian/tests/pkg-perl/smoke-skip) -TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t)) - %: dh $@ - -override_dh_auto_test: - dh_auto_test -- TEST_FILES="$(TEST_FILES)" diff --git a/debian/tests/pkg-perl/smoke-skip b/debian/tests/pkg-perl/smoke-skip index 3624c51..4da8f8c 100644 --- a/debian/tests/pkg-perl/smoke-skip +++ b/debian/tests/pkg-perl/smoke-skip @@ -1,4 +1,2 @@ # this test sends emails t/10_log_email.t -# hangs occasionally -t/50_process.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparanoid-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
