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 r.david.murray
Recipients benjamin.peterson, gregmalcolm, r.david.murray
Date 2010-08-25.13:56:51
SpamBayes Score 7.076582e-05
Marked as misclassified No
Message-id <1282744614.54.0.944365529707.issue9607@psf.upfronthosting.co.za>
In-reply-to
Content
Greg, thanks for working on this.

I haven't looked over the whole patch yet, but there's one thing I noticed right away that needs to be fixed.  'python.exe' is the name of the python executable only on OS X, and the tests are not always run from the build directory.  To make the test OS and location independent you should instead use subprocess.Popen to run the tests, with sys.executable as the program to run.  (You can take a look at how other tests in the test suite do this by searching for sys.executable in the test suite.)
History
Date User Action Args
2010-08-25 13:56:54r.david.murraysetrecipients: + r.david.murray, benjamin.peterson, gregmalcolm
2010-08-25 13:56:54r.david.murraysetmessageid: <1282744614.54.0.944365529707.issue9607@psf.upfronthosting.co.za>
2010-08-25 13:56:51r.david.murraylinkissue9607 messages
2010-08-25 13:56:51r.david.murraycreate