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

jvergara
19.40.2007 ea9b9e87abcf36995a52d271ae34e792653fd696
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));