Skip to content

Commit

Permalink
Commented disabling inlining for JUnit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmwmedia committed Jan 22, 2016
1 parent 66edc9f commit 4d67b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tinylog/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@

<target name="test" depends="compile">
<junit fork="true" failureproperty="junit.tests.failure" errorproperty="junit.tests.error">
<jvmarg value="-XX:-Inline"/><!-- Avoid inlining, because it breaks mocks -->
<formatter type="plain" usefile="false" />
<classpath>
<path location="${tinylog.bin}" />
Expand Down

0 comments on commit 4d67b16

Please sign in to comment.