[New-bugs-announce] [issue15324] --match does not work for regrtest

Chris Jerdonek report at bugs.python.org
Wed Jul 11 10:42:47 CEST 2012


New submission from Chris Jerdonek <chris.jerdonek at gmail.com>:

The long form of the -m/--match option does not work with regrtest because it does not accept an argument.  For example (observe the lack of an error in the second invocation)--

$ ./python.exe -m test -m 
option -m requires argument
Use --help for usage
$ ./python.exe -m test --match
== CPython 3.3.0b1 (default:5d43154d68a8, Jul 8 2012, 13:54:45) [GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.58)]
...

----------
keywords: easy
messages: 165235
nosy: cjerdonek
priority: normal
severity: normal
status: open
title: --match does not work for regrtest
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15324>
_______________________________________


More information about the New-bugs-announce mailing list