Skip to content

Commit

Permalink
Add helper comments for unittest debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-zhuang committed Dec 23, 2016
1 parent b0f85b9 commit 91c9824
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.xml
Expand Up @@ -1176,7 +1176,11 @@
<jvmarg value="-Djava.security.egd=file:/dev/urandom" />
<jvmarg value="-Dcassandra.testtag=@{testtag}"/>
<jvmarg value="-Dcassandra.keepBriefBrief=${cassandra.keepBriefBrief}" />
<optjvmargs/>
<optjvmargs/>
<!-- Uncomment to debug unittest, attach debugger to port 1416 -->
<!--
<jvmarg line="-agentlib:jdwp=transport=dt_socket,address=localhost:1416,server=y,suspend=y" />
-->
<classpath>
<pathelement path="${java.class.path}"/>
<path refid="cassandra.classpath" />
Expand Down

0 comments on commit 91c9824

Please sign in to comment.