mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
06.17.2006 d95ba436714ce3ed2031931d834a9c00f0829690
Update the "nightly" target so that assertions are enabled while running the
test cases.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/build.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -127,7 +127,7 @@
  <!-- The build target that should be used for nightly builds. -->
  <target name="nightly"
       depends="checkstyle,dsml,javadoc,coverage,test"
       depends="checkstyle,dsml,javadoc,coverage,testall"
       description="Perform all processing needed for nightly builds." />