bug 403229 - turn on talos --noisy option, p=me, r=anodelman

This commit is contained in:
rcampbell%mozilla.com 2007-11-15 21:41:47 +00:00
Родитель 22cc03cb67
Коммит 159cdb6d44
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -261,7 +261,7 @@ class MozillaRunPerfTests(ShellCommand):
def start(self):
"""docstring for start"""
self.command = copy.deepcopy(self.command)
self.command = copy.copy(self.command)
self.command.append(self.getProperty("configFile"))
ShellCommand.start(self)