From 2ebce4d627d2231fd74a603bd8bedbcd095cebfa Mon Sep 17 00:00:00 2001 From: "anodelman%mozilla.com" Date: Fri, 5 Feb 2010 16:36:13 +0000 Subject: [PATCH] bug 474478 (set up talos on winmo) bustage fix p/r=anodelman git-svn-id: svn://10.0.0.236/trunk@259620 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/testing/performance/talos/PerfConfigurator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/testing/performance/talos/PerfConfigurator.py b/mozilla/testing/performance/talos/PerfConfigurator.py index 53627b77295..1cb8e51b87a 100644 --- a/mozilla/testing/performance/talos/PerfConfigurator.py +++ b/mozilla/testing/performance/talos/PerfConfigurator.py @@ -359,9 +359,9 @@ def main(argv=None): remotePort = value if option in ("-w", "--webServer"): webServer = value - if option in ("--deviceRoot"): + if option in ("--deviceRoot",): deviceRoot = value - if option in ("--fast"): + if option in ("--fast",): fast = True if option in ("--symbolsPath",): symbolsPath = value