From: vsr Date: Fri, 10 Jan 2014 15:03:15 +0000 (+0000) Subject: Add running command to kill list X-Git-Tag: V7_main_EDF_patch_concurrent_140113~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=58e310de7bb9fbae2a19cb07ccbc0d0470b5a865;p=modules%2Fkernel.git Add running command to kill list --- diff --git a/bin/runSalome.py b/bin/runSalome.py index 62252e6e2..4b3a42530 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -777,6 +777,7 @@ def useSalome(args, modules_list, modules_root_dir): command = formatScriptsAndArgs(toimport) if command: proc = subprocess.Popen(command, shell=True) + addToKillList(proc.pid, command, args['port']) res = proc.wait() if res: sys.exit(1) # if there's an error when executing script, we should explicitly exit