From 58e310de7bb9fbae2a19cb07ccbc0d0470b5a865 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 10 Jan 2014 15:03:15 +0000 Subject: [PATCH] Add running command to kill list --- bin/runSalome.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2