[debian-mysql] Bug#539679: mysql-dfsg-5.1: failing testsuite on kfreebsd-*
Petr Salinger
Petr.Salinger at seznam.cz
Mon Aug 3 20:36:07 UTC 2009
Hi,
the testsuite also fails on kfreebsd-*.
I looked into SVN, please could you consider to do what is written in
debian/changelog for 5.1.37-1, i.e. really
"Ignore errors in testsuite on all archs but amd64, i386, ia64 and s390".
The snippet bellow in debian/rules should suffice.
Thanks
Petr
ifneq (,$(filter $(ARCH), amd64 i386 ia64 s390))
TESTSUITE_FAIL_CMD=exit 1
else
TESTSUITE_FAIL_CMD=true
endif
More information about the pkg-mysql-maint
mailing list