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

Norbert Tretkowski nobse at alioth.debian.org
Fri Feb 29 19:33:54 UTC 2008


Author: nobse
Date: 2008-02-29 19:33:53 +0000 (Fri, 29 Feb 2008)
New Revision: 1172

Modified:
   trunk/debian/rules
Log:
oops...

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-02-29 17:48:15 UTC (rev 1171)
+++ trunk/debian/rules	2008-02-29 19:33:53 UTC (rev 1172)
@@ -25,7 +25,7 @@
   MAKE_J = -j1
 endif
 
-MAKE_TEST_TARGET=test
+MAKE_TEST_TARGET=test-force
 ifneq ($(findstring $(DEB_BUILD_OPTIONS),fulltest),)
 # make test-bt is the testsuite run by the MySQL build team 
 # before a release, but it is long
@@ -134,7 +134,7 @@
 
 ifeq ($(findstring $(DEB_BUILD_OPTIONS),nocheck),)
 	if [ ! -f testsuite-stamp ] ; then \
-		$(MAKE) $(MAKE_TEST_TARGET) --force || $(TESTSUITE_FAIL_CMD) ; \
+		$(MAKE) $(MAKE_TEST_TARGET) || $(TESTSUITE_FAIL_CMD) ; \
 	fi
 endif
 




More information about the Pkg-mysql-commits mailing list