This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek
Date 2012-07-11.08:42:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341996167.29.0.670319499131.issue15324@psf.upfronthosting.co.za>
In-reply-to
Content
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)]
...
History
Date User Action Args
2012-07-11 08:42:47chris.jerdoneksetrecipients: + chris.jerdonek
2012-07-11 08:42:47chris.jerdoneksetmessageid: <1341996167.29.0.670319499131.issue15324@psf.upfronthosting.co.za>
2012-07-11 08:42:46chris.jerdoneklinkissue15324 messages
2012-07-11 08:42:45chris.jerdonekcreate