[issue28409] test.regrtest does not support multiple -x flags

Xiang Zhang report at bugs.python.org
Tue Oct 11 01:57:00 EDT 2016


Xiang Zhang added the comment:

>   ./python -m test.regrtest test_unary -v test_binop
>   ./python -m test.regrtest test_unary -u all test_binop

These also fail in 3.6.0a4. You can only specify options after args now. test_binop is not valid option. Isn't this the expected behaviour?

----------

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


More information about the Python-bugs-list mailing list