Skip to content

Commit

Permalink
Merge pull request #49 from panthony/ant_ut_classpath
Browse files Browse the repository at this point in the history
Fix classpath for "tests" task of ant
  • Loading branch information
fbacchella committed Apr 2, 2015
2 parents a470ea4 + d72e098 commit d6b67c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -304,7 +304,7 @@
<mkdir dir="tmp" />
<delete dir="${testdir}" />
<mkdir dir="${testdir}/rawtestoutput" />
<junit printsummary="yes" showoutput="no" failureproperty="junit.failure">
<junit printsummary="yes" showoutput="no" failureproperty="junit.failure" fork="true">
<sysproperty key="jrds.testloglevel" value="ERROR" />
<formatter type="xml" />
<classpath refid="test.classpath" />
Expand Down

0 comments on commit d6b67c2

Please sign in to comment.