From 79800d1bf833469fd4c8dc206a807edd37d7ae9b 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

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

diff --git a/opends/tests/functional-tests/shared/functions/dsadm.xml b/opends/tests/functional-tests/shared/functions/dsadm.xml
index 8e3dae5..cc3c2d5 100755
--- a/opends/tests/functional-tests/shared/functions/dsadm.xml
+++ b/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