Bug 570730 - followup fix to reset test name if runApp is called twice

This commit is contained in:
Jesse Ruderman 2010-06-10 21:28:36 -07:00
Родитель 11060c68d0
Коммит b4874858c3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -781,6 +781,7 @@ user_pref("camino.use_system_proxy_settings", false); // Camino-only, harmless t
else:
outputPipe = subprocess.PIPE
self.lastTestSeen = "automation.py"
proc = self.Process([cmd] + args,
env = self.environment(env, xrePath = xrePath,
crashreporter = not debuggerInfo),