Issue 15325: --fromfile does not work for regrtest (original) (raw)
Issue15325
Created on 2012-07-11 10:05 by chris.jerdonek, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (1) | ||
---|---|---|
msg165243 - (view) | Author: Chris Jerdonek (chris.jerdonek) * ![]() |
Date: 2012-07-11 10:05 |
The long form of the -f/--fromfile option does not work. It does not read its required argument. For example (observe that the second invocation raises no error)-- $ ./python.exe -m test -f option -f requires argument Use --help for usage $ ./python.exe -m test --fromfile == 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)] Note that issue 15302 will fix this. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:32 | admin | set | github: 59530 |
2012-12-27 21:47:53 | chris.jerdonek | set | status: open -> closedsuperseder: Use argparse instead of getopt in test.regrtest -> --fromfile, --match, and --randomize don't work in regrtestresolution: duplicatestage: patch review -> resolved |
2012-07-13 19:29:02 | ezio.melotti | set | versions: + Python 3.4, - Python 3.3nosy: + ezio.melottisuperseder: Use argparse instead of getopt in test.regrtesttype: enhancementstage: patch review |
2012-07-11 10:05:31 | chris.jerdonek | create |