From 94022e12fe1b0227ec123232daef68f195a0377a Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Fri, 24 Aug 2007 11:33:34 +0000
Subject: [PATCH] change -s to -Q for setup

---
 opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
index 8e3dae5..cc3c2d5 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -105,7 +105,7 @@
         if dsPath:
           STAFCmd='%s/setup%s' % (dsPath,fileExt)
           STAFCmdParamsList.append('--cli')
-          STAFCmdParamsList.append('-s')    
+          STAFCmdParamsList.append('-Q')    
                   
         if dsPort:
           STAFCmdParamsList.append('-p %s' % dsPort)

--
Gitblit v1.10.0