[Pkg-mysql-commits] r1058 - branches/sid-5.0/debian
Norbert Tretkowski
nobse at alioth.debian.org
Mon Dec 10 14:33:55 UTC 2007
Author: nobse
Date: 2007-12-10 14:33:55 +0000 (Mon, 10 Dec 2007)
New Revision: 1058
Modified:
branches/sid-5.0/debian/rules
Log:
Add comment
Modified: branches/sid-5.0/debian/rules
===================================================================
--- branches/sid-5.0/debian/rules 2007-12-10 13:09:51 UTC (rev 1057)
+++ branches/sid-5.0/debian/rules 2007-12-10 14:33:55 UTC (rev 1058)
@@ -117,6 +117,8 @@
$(MAKE) $(MAKE_J)
+ # Testsuite does not work when running as root in 5.0.51 and earlier, this
+ # bug is fixed in 5.0.52
if [ ! -f testsuite-stamp ] && [ "`id -u`" != "0" ] ; then \
cd mysql-test ; \
/usr/bin/perl ./mysql-test-run.pl --force ; \
More information about the Pkg-mysql-commits
mailing list