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 Jason.Vas.Dias
Recipients Jason.Vas.Dias
Date 2011-04-29.12:45:19
SpamBayes Score 7.5997465e-05
Marked as misclassified No
Message-id <1304081120.2.0.0511975715463.issue11954@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so getting out strace shows I need to do :

$ LD_LIBRARY_PATH=`pwd` LD_PRELINK=`pwd`/libpython3.3.so.1.0 ./python -Wd -E -bb /usr/src/cpython/Lib/test/regrtest.py  -l -v 2>&1 | tee make.test.verbose.log

I'll show the failures from the above command when it has completed .
History
Date User Action Args
2011-04-29 12:45:20Jason.Vas.Diassetrecipients: + Jason.Vas.Dias
2011-04-29 12:45:20Jason.Vas.Diassetmessageid: <1304081120.2.0.0511975715463.issue11954@psf.upfronthosting.co.za>
2011-04-29 12:45:19Jason.Vas.Diaslinkissue11954 messages
2011-04-29 12:45:19Jason.Vas.Diascreate