[Pkg-mysql-commits] r1025 - branches/sid-5.0/debian
Norbert Tretkowski
nobse at alioth.debian.org
Thu Nov 29 18:21:26 UTC 2007
Author: nobse
Date: 2007-11-29 18:21:26 +0000 (Thu, 29 Nov 2007)
New Revision: 1025
Modified:
branches/sid-5.0/debian/changelog
branches/sid-5.0/debian/rules
Log:
Run testsuite.
Modified: branches/sid-5.0/debian/changelog
===================================================================
--- branches/sid-5.0/debian/changelog 2007-11-26 23:31:20 UTC (rev 1024)
+++ branches/sid-5.0/debian/changelog 2007-11-29 18:21:26 UTC (rev 1025)
@@ -9,9 +9,10 @@
* New patch from Ubuntu to fix a crash in mysql_client_test due to gcc 4.x
optimizations. (closes: #452558)
* New Finnish debconf translation from Esko Arajärvi. (closes: #448776)
+ * Run testsuite after build (but skip ndb tests for now).
* Add Vcs-* and Homepage flags to source stanza in control file.
- -- Norbert Tretkowski <nobse at debian.org> Mon, 26 Nov 2007 17:12:05 +0100
+ -- Norbert Tretkowski <nobse at debian.org> Thu, 29 Nov 2007 18:17:22 +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-11-26 23:31:20 UTC (rev 1024)
+++ branches/sid-5.0/debian/rules 2007-11-29 18:21:26 UTC (rev 1025)
@@ -117,6 +117,9 @@
$(MAKE) $(MAKE_J)
+ cd mysql-test ; \
+ /usr/bin/perl ./mysql-test-run.pl --skip-ndb
+
touch build-stamp
More information about the Pkg-mysql-commits
mailing list