Make "ant -Ddebug=true tests" run the tests with SQL debugging on.

This commit is contained in:
Michael Bayne
2010-06-18 23:49:32 +00:00
parent 6fd404587f
commit a4e7f3fb47
+1 -1
View File
@@ -140,7 +140,7 @@
<pathelement location="${basedir}"/> <!-- for rsrc/ -->
<fileset dir="${deploy.dir}/lib" includes="*.jar"/>
</classpath>
<sysproperty key="test_dir" value="${basedir}"/>
<sysproperty key="com.samskivert.depot.debug" value="${debug}"/>
<formatter type="brief" usefile="false"/>
<batchtest>
<fileset dir="${src.dir}">