[Pkg-mysql-commits] r1052 - branches/sid-5.0/debian

Norbert Tretkowski nobse at alioth.debian.org
Fri Dec 7 09:14:37 UTC 2007


Author: nobse
Date: 2007-12-07 09:14:37 +0000 (Fri, 07 Dec 2007)
New Revision: 1052

Modified:
   branches/sid-5.0/debian/changelog
   branches/sid-5.0/debian/rules
Log:
Re-enable testsuite

Modified: branches/sid-5.0/debian/changelog
===================================================================
--- branches/sid-5.0/debian/changelog	2007-12-07 07:55:56 UTC (rev 1051)
+++ branches/sid-5.0/debian/changelog	2007-12-07 09:14:37 UTC (rev 1052)
@@ -6,8 +6,8 @@
   * Update patches:
     + debian/patches/41_scripts__mysql_install_db.sh__no_test.dpatch
     + debian/patches/89_ndb__staticlib.dpatch
-  * Build with gcc-4.1/g++-4.1, otherwise the testsuite fails in many
-    testcases.
+  * Build with gcc-4.1/g++-4.1, otherwise the (now enabled) testsuite fails in
+    many testcases.
   * Re-add manpages, they are licensed under GPL now and redistribution is
     permitted.
   * Drop linux-libc-dev build-dependency, it's now being pulled by libc-dev
@@ -22,7 +22,7 @@
   * Add Vcs-* and Homepage fields to source stanza in control file.
   * Update mysqlreport to 3.2 release.
 
- -- Norbert Tretkowski <nobse at debian.org>  Fri, 07 Dec 2007 08:54:46 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Fri, 07 Dec 2007 10:14:16 +0100
 
 mysql-dfsg-5.0 (5.0.45-3) unstable; urgency=high
 

Modified: branches/sid-5.0/debian/rules
===================================================================
--- branches/sid-5.0/debian/rules	2007-12-07 07:55:56 UTC (rev 1051)
+++ branches/sid-5.0/debian/rules	2007-12-07 09:14:37 UTC (rev 1052)
@@ -117,12 +117,12 @@
 
 	$(MAKE) $(MAKE_J)
 
-	#if [ ! -f testsuite-stamp ]; then \
-	#  cd mysql-test ; \
-	#  /usr/bin/perl ./mysql-test-run.pl --skip-ndb ; \
-	#fi
+	if [ ! -f testsuite-stamp ]; then \
+	  cd mysql-test ; \
+	  /usr/bin/perl ./mysql-test-run.pl ; \
+	fi
 
-	#touch testsuite-stamp
+	touch testsuite-stamp
 
 	touch build-stamp
 	




More information about the Pkg-mysql-commits mailing list