Make "ant -Ddebug=true tests" run the tests with SQL debugging on.
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
<pathelement location="${basedir}"/> <!-- for rsrc/ -->
|
<pathelement location="${basedir}"/> <!-- for rsrc/ -->
|
||||||
<fileset dir="${deploy.dir}/lib" includes="*.jar"/>
|
<fileset dir="${deploy.dir}/lib" includes="*.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
<sysproperty key="test_dir" value="${basedir}"/>
|
<sysproperty key="com.samskivert.depot.debug" value="${debug}"/>
|
||||||
<formatter type="brief" usefile="false"/>
|
<formatter type="brief" usefile="false"/>
|
||||||
<batchtest>
|
<batchtest>
|
||||||
<fileset dir="${src.dir}">
|
<fileset dir="${src.dir}">
|
||||||
|
|||||||
Reference in New Issue
Block a user