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

Christophe Sovant
19.53.2008 8a2e109ceb3c6f6053b845d43ce74f284b8766ca
opends/tests/shared/functions/environment.xml
@@ -123,20 +123,12 @@
  </function-prolog>
    
    <sequence>
      <!-- Resolve any OS related variables -->
      <call function="'getOSvariables'">
        { 'hostname' : STAF_REMOTE_HOSTNAME }
      </call>
      <!-- fixMe: this needs some cleanup -->
      <script>
        STAXLogMessage = 1 
        OPENDS_BINPATH ='%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)
        OSName= STAXResult
        winPattern=re.compile('win', re.IGNORECASE)
        isWindows=winPattern.search(OSName)
        if isWindows:
        OPENDS_BINPATH ='%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME)
        if is_windows_platform(STAF_REMOTE_HOSTNAME):
          fileExt='.bat'
          fileFolder='bat'
          pathSeparator=';'