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

Christophe Sovant
09.26.2013 2c551686af7cf4b59119469133d0d1ae037822d6
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>