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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28409>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to