Re-enabling contracts in tests in build.xml

-- Left contracts turned off in original clover commit
This commit is contained in:
Mark DePristo 2013-01-02 11:28:54 -05:00
parent 3d1c107f9d
commit c1c5737f80
1 changed files with 1 additions and 1 deletions

View File

@ -1278,7 +1278,7 @@
<jvmarg value="-Djava.awt.headless=true" />
<jvmarg value="-Dpipeline.run=${pipeline.run}" />
<jvmarg value="-Djava.io.tmpdir=${java.io.tmpdir}" />
<!-- <jvmarg line="${cofoja.jvm.args}"/> -->
<jvmarg line="${cofoja.jvm.args}"/>
<jvmarg line="${debug.jvm.args}"/>
<!-- NOTE: To run tests with debugging, use -Dtest.debug=true -Dtest.debug.port=XXXX on the command line -->