NIHVIVO-137 Restore the "skiptests" parameter on the build.

This commit is contained in:
jeb228 2010-03-04 18:40:06 +00:00
parent a30c10fa54
commit c41f94eebe
2 changed files with 6 additions and 3 deletions

View file

@ -167,7 +167,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
<!-- =================================
target: test
================================= -->
<target name="test" depends="compile" description="--> Run JUnit tests">
<target name="test" depends="compile" unless="skiptests" description="--> Run JUnit tests">
<javac srcdir="${webapp.dir}/test"
destdir="${build.dir}/testclasses"
debug="true"