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

Christophe Sovant
09.26.2013 96a37235985f92b8c88a09f86fad5567feb867e5
opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
@@ -2203,8 +2203,12 @@
      
          cmd = '%s/bin/jstack' % JAVA_HOME
          env = ['JAVA_HOME=%s' % JAVA_HOME]
          cmdOptions = '-l %s' % pid
          
          if is_windows_platform(location):
            cmdOptions = '-l %s' % pidSTAXResult
          else:
            cmdOptions = '-l %s' % pid
          outputPath = '%s/..' % (dsPath)
      </script>