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

Christophe Sovant
05.49.2008 718c7f7323af1a73db2aae58555f6d4f80bafa99
opends/tests/staf-tests/shared/functions/environment.xml
@@ -136,11 +136,13 @@
        OPENDS_BINPATH ='%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)
        if is_windows_platform(STAF_REMOTE_HOSTNAME):
          fileExt='.bat'
          scriptExt='.bat'
          fileFolder='bat'
          pathSeparator=';'
          newLine='\r\n'
        else:
          fileExt=''
          scriptExt='.sh'
          fileFolder='bin'
          pathSeparator=':'
          newLine='\n'