Skip to content

Commit

Permalink
Merge pull request #60 from gayanW/revert-48-java-10_modify-junit-output
Browse files Browse the repository at this point in the history
Revert "Format output of ant 'test' target"
  • Loading branch information
cyrille-artho authored May 28, 2018
2 parents a83107d + 9a690e6 commit bd2bc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@
</not>
</condition>

<junit printsummary="on" showoutput="on"
haltonfailure="yes" logfailedtests="true" failureproperty="test.failed"
<junit printsummary="on" showoutput="off"
haltonfailure="no" logfailedtests="true" failureproperty="test.failed"
dir="${basedir}" fork="yes" forkmode="perTest" maxmemory="1024m" outputtoformatters="true">
<formatter type="plain" usefile="${junit.usefile}"/>

Expand Down

0 comments on commit bd2bc09

Please sign in to comment.