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

Norbert Tretkowski nobse at alioth.debian.org
Thu Feb 28 18:04:21 UTC 2008


Author: nobse
Date: 2008-02-28 18:04:21 +0000 (Thu, 28 Feb 2008)
New Revision: 1168

Modified:
   trunk/debian/rules
Log:
Fix testsuite

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-02-28 12:26:22 UTC (rev 1167)
+++ trunk/debian/rules	2008-02-28 18:04:21 UTC (rev 1168)
@@ -132,7 +132,7 @@
 
 	$(MAKE) $(MAKE_J)
 
-ifneq ($(findstring $(DEB_BUILD_OPTIONS),nocheck),)
+ifeq ($(findstring $(DEB_BUILD_OPTIONS),nocheck),)
 	if [ ! -f testsuite-stamp ] ; then \
 		$(MAKE) $(MAKE_TEST_TARGET) || $(TESTSUITE_FAIL_CMD) ; \
 	fi




More information about the Pkg-mysql-commits mailing list