[libdbd-firebird-perl] 01/02: skip fork-based event tests on armel and armhf

Damyan Ivanov dmn at alioth.debian.org
Tue Sep 10 09:46:38 UTC 2013


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

dmn pushed a commit to branch master
in repository libdbd-firebird-perl.

commit a2e403834ea50a89518568dc583ca47153ca9863
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Sep 10 09:43:03 2013 +0000

    skip fork-based event tests on armel and armhf
    
    these hang in the same was as kfreebsd ones
    perhaps the reason is a flaw in libfbembed with forks, which somehow
    manages to work on other platforms
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bcef51c..206bdf1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DBD_FIREBIRD_REQUIRE_EMBEDDED=1
 export AUTOMATED_TESTING=1
 
-BAD_ARCH = kfreebsd-amd64 kfreebsd-i386
+BAD_ARCH = kfreebsd-amd64 kfreebsd-i386 armel armhf
 
 ifneq (,$(shell for a in $(BAD_ARCH); do dpkg-architecture -e$$a && echo bad$$a; done))
     export DBD_FIREBIRD_TEST_SKIP_EVENTS_FORK=1

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



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