Message8119

Author jeff.allen
Recipients jeff.allen
Date 2013-09-16.23:21:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379373665.97.0.530092963287.issue2082@psf.upfronthosting.co.za>
In-reply-to
Content
No, that's ok. The (Pdb) prompt is what that script is supposed to do. We just don't see it inside the junit ant target. Compare:

Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from pdb import set_trace
>>> set_trace()
--Return--
> <stdin>(1)<module>()->None
(Pdb)

Now able to close with a clear conscience. Actual test failures fixed in:
http://hg.python.org/jython/rev/80927ba94032
History
Date User Action Args
2013-09-16 23:21:05jeff.allensetmessageid: <1379373665.97.0.530092963287.issue2082@psf.upfronthosting.co.za>
2013-09-16 23:21:05jeff.allensetrecipients: + jeff.allen
2013-09-16 23:21:05jeff.allenlinkissue2082 messages
2013-09-16 23:21:05jeff.allencreate