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

Serhiy Storchaka report at bugs.python.org
Tue Oct 11 01:47:54 EDT 2016


Serhiy Storchaka added the comment:

This issue is not specific to -x, but affects all options. Following lines work:

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

But following lines don't work:

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

----------

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


More information about the Python-bugs-list mailing list