improve test result html

This commit is contained in:
Arvid Norberg 2013-06-21 04:17:46 +00:00
parent 9b97a96ab7
commit d93bd674d5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def save_log_file(log_name, project_name, branch_name, test_name, timestamp, dat
.test-error { color: #f13; font-weight: bold; }
.test-pass { color: #1c2; font-weight: bold; }
.subtle { color: #ccc; }
pre { color: #999; }
pre { color: #999; white-space: pre-wrap; word-wrap: break-word; }
</style>
</head><body><h1>%s - %s</h1>''' % (project_name, branch_name, project_name, branch_name)
print >>html, '<h3>%s</h3><pre>%s</pre>' % \