[Pkg-mysql-commits] r1616 - mysql-dfsg-5.1/branches/experimental/debian
Norbert Tretkowski
nobse at alioth.debian.org
Sat Jul 4 10:14:47 UTC 2009
Author: nobse
Date: 2009-07-04 10:14:46 +0000 (Sat, 04 Jul 2009)
New Revision: 1616
Modified:
mysql-dfsg-5.1/branches/experimental/debian/rules
Log:
Don't ignore errors in testsuite on all archs, thanks Christian!
Modified: mysql-dfsg-5.1/branches/experimental/debian/rules
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/rules 2009-07-04 00:50:53 UTC (rev 1615)
+++ mysql-dfsg-5.1/branches/experimental/debian/rules 2009-07-04 10:14:46 UTC (rev 1616)
@@ -36,11 +36,11 @@
USE_ASSEMBLER=--enable-assembler
-ifneq ($(findstring $(ARCH), alpha amd64 arm armel ia64 i386 hppa mipsel powerpc s390 sparc),)
- TESTSUITE_FAIL_CMD=true
-else
+#ifneq ($(findstring $(ARCH), alpha amd64 arm armel ia64 i386 hppa mipsel powerpc s390 sparc),)
+# TESTSUITE_FAIL_CMD=true
+#else
TESTSUITE_FAIL_CMD=exit 1
-endif
+#endif
ifeq ($(findstring $(ARCH), amd64),$(ARCH))
FORCE_FPIC_CFLAGS=-fPIC
More information about the Pkg-mysql-commits
mailing list