NIHVIVO-137 Restore the "skiptests" parameter on the build.
This commit is contained in:
parent
a30c10fa54
commit
c41f94eebe
2 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue