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 serhiy.storchaka
Recipients bethard, cstratak, larry, ned.deily, r.david.murray, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-11.05:47:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476164874.62.0.416365714153.issue28409@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-10-11 05:47:54serhiy.storchakasetrecipients: + serhiy.storchaka, bethard, vstinner, larry, ned.deily, r.david.murray, xiang.zhang, cstratak
2016-10-11 05:47:54serhiy.storchakasetmessageid: <1476164874.62.0.416365714153.issue28409@psf.upfronthosting.co.za>
2016-10-11 05:47:54serhiy.storchakalinkissue28409 messages
2016-10-11 05:47:54serhiy.storchakacreate