Bug #30894 ability to skip tests matching a regular expression
Submitted: 7 Sep 2007 13:34 Modified: 5 Oct 2007 17:24
Reporter: Guilhem Bichot Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Tests Severity:S4 (Feature request)
Version: OS:Any
Assigned to: Magnus Blåudd CPU Architecture:Any

[7 Sep 2007 13:34] Guilhem Bichot
Description:
mysql-test-run.pl --skip-test=PREFIX skips all test having PREFIX as prefix. But sometimes one wants to skip N tests which don't have a common prefix.

How to repeat:
nothing to repeat

Suggested fix:
add --skip-re=REGEXP
where REGEXP would be a Perl regexp, for example sometest|othertest.
[5 Oct 2007 17:24] Magnus Blåudd
Fixed by patch for Bug #27753