Bug 413714 - cleanup talos display on tinderbox
bustage fix for tinderbox print statements disappearing on the waterfall a/r=anodelman git-svn-id: svn://10.0.0.236/trunk@244245 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -225,7 +225,7 @@ def send_to_graph(results_server, results_link, title, date, browser_config, res
|
||||
|
||||
first_results = ''
|
||||
last_results = ''
|
||||
full_results = 'RETURN:<p style="font-size:smaller;">Details:<br>'
|
||||
full_results = '\nRETURN:<p style="font-size:smaller;">Details:<br>'
|
||||
lines = links.split('\n')
|
||||
for line in lines:
|
||||
if line == "":
|
||||
@@ -238,7 +238,7 @@ def send_to_graph(results_server, results_link, title, date, browser_config, res
|
||||
linkName += ": " + str(values[2])
|
||||
url = url_format % (results_server, values[0])
|
||||
link = link_format % (url, linkName)
|
||||
first_results = first_results + "RETURN:" + link + '<br>'
|
||||
first_results = first_results + "\nRETURN:" + link + '<br>'
|
||||
else:
|
||||
url = url_format % (results_server, values[0])
|
||||
link = link_format % (url, linkName)
|
||||
|
||||
Reference in New Issue
Block a user