bug 403102 - talos needs to recognize browser crash mac bustage fix a=anodelman r=rcampbell

This commit is contained in:
anodelman@mozilla.com 2007-11-15 12:37:01 -08:00
Родитель 27ce24d28d
Коммит 703af448b6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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