From b4874858c358a163646e15e03d427d6031ac3b80 Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Thu, 10 Jun 2010 21:28:36 -0700 Subject: [PATCH] Bug 570730 - followup fix to reset test name if runApp is called twice --- build/automation.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build/automation.py.in b/build/automation.py.in index 07e6ec199df..b19748ade7b 100644 --- a/build/automation.py.in +++ b/build/automation.py.in @@ -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),