From ea9b9e87abcf36995a52d271ae34e792653fd696 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 19 Sep 2007 14:40:07 +0000
Subject: [PATCH] After some discussions it has been decided to merge the setup and uninstall commands so that we have the behavior that we had before.  So with this changes, in order to work in CLI mode the option --cli must be specified. 

---
 opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/TestUtilities.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/TestUtilities.java b/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/TestUtilities.java
index ebaabc3..5fcda0c 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/TestUtilities.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/TestUtilities.java
@@ -44,7 +44,7 @@
  *
  */
 public class TestUtilities {
-    
+
   /**
    * The name of the system property that specifies the server build root.
    */
@@ -95,6 +95,7 @@
     } else {
       args.add(new File(root, "setup.bat").getPath());
     }
+    args.add("--cli");
     args.add("-n");
     args.add("-p");
     args.add(Integer.toString(ldapPort));

--
Gitblit v1.10.0