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

gary_williams
24.33.2007 79800d1bf833469fd4c8dc206a807edd37d7ae9b
change -s to -Q for setup
1 files modified
2 ■■■ changed files
opends/tests/functional-tests/shared/functions/dsadm.xml 2 ●●● patch | view | raw | blame | history
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)