From: <nr...@us...> - 2008-08-18 14:46:25
|
Revision: 5197 http://jython.svn.sourceforge.net/jython/?rev=5197&view=rev Author: nriley Date: 2008-08-18 14:46:22 +0000 (Mon, 18 Aug 2008) Log Message: ----------- Run Jython regrtest (on unix) with bytecode verification. Modified Paths: -------------- branches/asm/build.xml Modified: branches/asm/build.xml =================================================================== --- branches/asm/build.xml 2008-08-18 07:17:46 UTC (rev 5196) +++ branches/asm/build.xml 2008-08-18 14:46:22 UTC (rev 5197) @@ -766,6 +766,7 @@ <target name="regrtest" depends="developer-build,regrtest-unix,regrtest-windows"/> <target name="regrtest-unix" if="os.family.unix"> <exec executable="${dist.dir}/bin/jython"> + <arg value="--verify"/> <arg value="${dist.dir}/Lib/test/regrtest.py"/> <!-- Only run the tests that are expected to work on Jython --> <arg value="--expected"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |