Author: paul
Date: 2008-02-11 21:07:18 +0100 (Mon, 11 Feb 2008)
New Revision: 9785
Log:
r29131@arctic: paul | 2008-02-11 14:07:04 -0600
Document bugfixes:
Bug#27753: enable mysql-test-run.pl to ignore tests based on wildcard
--do-test and --skip-test argument now is interpreted as pattern
if it contains metacharacters.
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29069
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29129
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29069
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29131
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-11 18:37:01 UTC (rev 9784)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-02-11 20:07:18 UTC (rev 9785)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1078 bytes
@@ -7918,4 +7918,36 @@
</logentry>
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="mysqltest"/>
+ <manual type="do-test"/>
+ <manual type="skip-test"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="XXX"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.54"/>
+ <version ver="5.1.23"/>
+ <version ver="6.0.5"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The argument for the <command>mysql-test-run.pl</command>
+ <option>--do-test</option> and <option>--skip-test</option>
+ options is now interpreted as a Perl regular expression if there
+ is a pattern metacharacter in the argument value. This allows
+ more flexible specification of which tests to perform or skip.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9785 - in trunk: . dynamic-docs/changelog | paul | 11 Feb |