From afca417b8ecb9660c329e45a44eef19e24c89251 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Thu, 19 Oct 2006 16:34:11 +0000
Subject: [PATCH] removed testng verbose option 

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

diff --git a/opends/tests/integration-tests-testng/build.xml b/opends/tests/integration-tests-testng/build.xml
index 2e8c6b5..fdad57f 100644
--- a/opends/tests/integration-tests-testng/build.xml
+++ b/opends/tests/integration-tests-testng/build.xml
@@ -216,7 +216,7 @@
             haltonfailure="true"
             enableAssert="false"
             listener="org.opends.server.OpenDSTestListener"
-            verbose="2">
+            verbose="0">
       <classpath>
         <!-- where to get the instrumented server classes (if built) -->
         <pathelement location="${coverage.instr.dir}"/>

--
Gitblit v1.10.0