[libcache-cache-perl] 01/02: Also skip the two non-deterministically failing tests for normal builds

Niko Tyni ntyni at moszumanska.debian.org
Fri Oct 16 18:26:59 UTC 2015


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

ntyni pushed a commit to branch master
in repository libcache-cache-perl.

commit 3702c122007e6b7c801b524306b63ba3d4bf05cd
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri Oct 16 20:51:38 2015 +0300

    Also skip the two non-deterministically failing tests for normal builds
    
    Closes: #766102
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..49bbee2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,10 @@
 #!/usr/bin/make -f
 
+# non-deterministic failures, see #766102
+TEST_FILES=$(filter-out t/6_test_size_aware_memory_cache.t t/7_test_size_aware_shared_memory_cache.t,$(wildcard t/*.t))
+
 %:
 	dh $@
+
+override_dh_auto_test:
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

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



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