Message12124

Author jeff.allen
Recipients jeff.allen, zyasoft
Date 2018-09-27.08:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538035909.95.0.545547206417.issue2686@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with quoting the argument to -c only occurred in composing the output from --print.
So the test failed, but Jython actually worked. In a previous round of change I had simplified processing, thinking I was only interested in making a windows launcher. However, this is now fixed at:
https://hg.python.org/jython/rev/38824a8816a8

This now works on my Linux machine, even when launched as:

$ dist/bin/jython.py -m test.regrtest -e

That way one ends up with sys.executable = 'dist/bin/jython.py' and so it gets used all over the place, not just the launcher test.

I've fixed #2707 in the same change, at least, I've removed the -E for want of anything clever. Circle CI likes us again, but the other CI bots are sulking. I still have to check this with non-ascii paths.
History
Date User Action Args
2018-09-27 08:11:49jeff.allensetmessageid: <1538035909.95.0.545547206417.issue2686@psf.upfronthosting.co.za>
2018-09-27 08:11:49jeff.allensetrecipients: + jeff.allen, zyasoft
2018-09-27 08:11:49jeff.allenlinkissue2686 messages
2018-09-27 08:11:49jeff.allencreate