Skip to content

Commit

Permalink
1.9 mode needs jruby.home to initialize Ruby runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
yokolet committed Jan 10, 2011
1 parent 769f847 commit 4cec3f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@
<junit jvm="${jruby.test.jvm}" fork="yes" forkMode="once" haltonfailure="true" dir="${basedir}" maxmemory="${jruby.test.memory}" showoutput="true" timeout="1800000">
<classpath refid="test.class.path"/>
<syspropertyset refid="test.sysproperties"/>
<sysproperty key="jruby.home" value="${base.dir}"/>
<formatter type="xml"/>
<formatter type="brief" usefile="false" />
<batchtest fork="yes" todir="${test.results.dir}">
Expand Down

0 comments on commit 4cec3f1

Please sign in to comment.