From d745ec03d526125c2977f26e8f7f07a822d88479 Mon Sep 17 00:00:00 2001 From: "anodelman%mozilla.com" Date: Mon, 11 Feb 2008 23:30:17 +0000 Subject: [PATCH] Bug 413398 - Talos --debug option adding text to tinderboxprint lines a=anodelman r=rcampbell git-svn-id: svn://10.0.0.236/trunk@245436 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/testing/performance/talos/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/testing/performance/talos/run_tests.py b/mozilla/testing/performance/talos/run_tests.py index 3710837e972..7abffe88d57 100755 --- a/mozilla/testing/performance/talos/run_tests.py +++ b/mozilla/testing/performance/talos/run_tests.py @@ -83,7 +83,7 @@ def process_Request(post): for line in lines: if line.find("RETURN:") > -1: str += line.split(":")[3] + ":" + shortNames(line.split(":")[1]) + ":" + line.split(":")[2] + '\n' - utils.debug("process_Request line: " + line) + utils.debug("process_Request line: " + line.replace("RETURN", "")) return str def send_to_csv(csv_dir, results):