From 11360cac1821c20eefd0f35b96ae0afb83a23909 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 06 Nov 2006 20:17:22 +0000
Subject: [PATCH] Update the "nightly" target so that assertions are enabled while running the test cases.

---
 opends/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index ab3024c..65d24a9 100644
--- a/opends/build.xml
+++ b/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." />
 
 

--
Gitblit v1.10.0