[Pkg-mysql-commits] r1171 - trunk/debian

Norbert Tretkowski nobse at alioth.debian.org
Fri Feb 29 17:48:15 UTC 2008


Author: nobse
Date: 2008-02-29 17:48:15 +0000 (Fri, 29 Feb 2008)
New Revision: 1171

Modified:
   trunk/debian/rules
Log:
Don't stop when one test fails.

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-02-29 14:28:52 UTC (rev 1170)
+++ trunk/debian/rules	2008-02-29 17:48:15 UTC (rev 1171)
@@ -134,7 +134,7 @@
 
 ifeq ($(findstring $(DEB_BUILD_OPTIONS),nocheck),)
 	if [ ! -f testsuite-stamp ] ; then \
-		$(MAKE) $(MAKE_TEST_TARGET) || $(TESTSUITE_FAIL_CMD) ; \
+		$(MAKE) $(MAKE_TEST_TARGET) --force || $(TESTSUITE_FAIL_CMD) ; \
 	fi
 endif
 




More information about the Pkg-mysql-commits mailing list