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

Norbert Tretkowski nobse at alioth.debian.org
Mon Dec 10 14:50:05 UTC 2007


Author: nobse
Date: 2007-12-10 14:50:05 +0000 (Mon, 10 Dec 2007)
New Revision: 1059

Modified:
   branches/sid-5.0/debian/rules
Log:
Run testsuite through Makefile

Modified: branches/sid-5.0/debian/rules
===================================================================
--- branches/sid-5.0/debian/rules	2007-12-10 14:33:55 UTC (rev 1058)
+++ branches/sid-5.0/debian/rules	2007-12-10 14:50:05 UTC (rev 1059)
@@ -120,8 +120,7 @@
 	# 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 ; \
+	  $(MAKE) test-force ; \
 	fi
 
 	touch testsuite-stamp




More information about the Pkg-mysql-commits mailing list