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

ugaston
06.37.2008 095232999c8adc1c76f77ac7f2b1dd6f9e0a8a40
Fix killDs function (failing on Windows)
1 files modified
5 ■■■■■ changed files
opends/tests/shared/functions/utils.xml 5 ●●●●● patch | view | raw | blame | history
opends/tests/shared/functions/utils.xml
@@ -1567,13 +1567,12 @@
      </call>
                                
      <script>
        pid = STAXResult[:-1]
        if isWindows:
          _cmd = 'tskill'
          _args = pid
          _args = STAXResult
        else:
          _cmd = 'kill'
          pid = STAXResult[:-1]
          _args = '-9 %s' % pid
      </script>
      <call function="'runCommand'">