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 ncoghlan
Recipients ncoghlan
Date 2012-02-15.23:26:10
SpamBayes Score 0.00023547992
Marked as misclassified No
Message-id <1329348371.61.0.243009313176.issue14026@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, test_cmd_line_script only checks sys.argv[0] is set correctly.

It should pass some extra values after the script name, then include an appropriate check in the output of the launched script.
History
Date User Action Args
2012-02-15 23:26:11ncoghlansetrecipients: + ncoghlan
2012-02-15 23:26:11ncoghlansetmessageid: <1329348371.61.0.243009313176.issue14026@psf.upfronthosting.co.za>
2012-02-15 23:26:11ncoghlanlinkissue14026 messages
2012-02-15 23:26:10ncoghlancreate