[Pkg-mysql-commits] r1053 - branches/sid-5.0/debian
Norbert Tretkowski
nobse at alioth.debian.org
Fri Dec 7 09:29:37 UTC 2007
Author: nobse
Date: 2007-12-07 09:29:37 +0000 (Fri, 07 Dec 2007)
New Revision: 1053
Modified:
branches/sid-5.0/debian/rules
Log:
--force testsuite
Modified: branches/sid-5.0/debian/rules
===================================================================
--- branches/sid-5.0/debian/rules 2007-12-07 09:14:37 UTC (rev 1052)
+++ branches/sid-5.0/debian/rules 2007-12-07 09:29:37 UTC (rev 1053)
@@ -119,7 +119,7 @@
if [ ! -f testsuite-stamp ]; then \
cd mysql-test ; \
- /usr/bin/perl ./mysql-test-run.pl ; \
+ /usr/bin/perl ./mysql-test-run.pl --force ; \
fi
touch testsuite-stamp
More information about the Pkg-mysql-commits
mailing list