Skip to content

Commit

Permalink
Don't reuse JVM forks when running tests (apache#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored and rdhabalia committed Sep 20, 2017
1 parent 549d1bf commit 1e73b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ flexible messaging model and an intuitive client API.</description>
-Dorg.slf4j.simpleLogger.log.org.apache.bookkeeper=off
-Dorg.slf4j.simpleLogger.log.org.apache.bookkeeper.mledger=info
</argLine>
<reuseForks>true</reuseForks>
<reuseForks>false</reuseForks>
<forkCount>1</forkCount>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
Expand Down

0 comments on commit 1e73b31

Please sign in to comment.