зеркало из https://github.com/mozilla/gecko-dev.git
bug 403102 - talos needs to recognize browser crash mac bustage fix a=anodelman r=rcampbell
This commit is contained in:
Родитель
27ce24d28d
Коммит
703af448b6
|
@ -75,7 +75,7 @@ def GetPidsByName(process_name):
|
|||
|
||||
matchingPids = []
|
||||
|
||||
command = ['ps -Axc']
|
||||
command = ['ps -ac']
|
||||
handle = subprocess.Popen(command, stdout=subprocess.PIPE, universal_newlines=True, shell=True)
|
||||
|
||||
# wait for the process to terminate
|
||||
|
|
Загрузка…
Ссылка в новой задаче