From: <nr...@us...> - 2009-08-02 00:09:18
|
Revision: 6622 http://jython.svn.sourceforge.net/jython/?rev=6622&view=rev Author: nriley Date: 2009-08-02 00:09:03 +0000 (Sun, 02 Aug 2009) Log Message: ----------- Set python.home for javatest as well, so ScriptEngineIOTest works. Modified Paths: -------------- trunk/jython/build.xml Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-08-01 21:19:21 UTC (rev 6621) +++ trunk/jython/build.xml 2009-08-02 00:09:03 UTC (rev 6622) @@ -837,6 +837,7 @@ <mkdir dir="${junit.reports}"/> <junit fork="true" printsummary="true"> <formatter type="xml"/> + <sysproperty key="python.home" value="${dist.dir}"/> <classpath refid="test.classpath"/> <batchtest todir="${junit.reports}"> <fileset dir="${test.source.dir}" includes="**/*Test*.java"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |