Merge "Edit stackviz-export export_tempest_details to save logs"

This commit is contained in:
Jenkins 2015-11-23 22:01:17 +00:00 committed by Gerrit Code Review
commit 1f101cae07
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def export_tempest_raw(stream, output_stream):
def export_tempest_details(stream, output_stream):
converted = tempest_subunit.convert_stream(stream, strip_details=True)
converted = tempest_subunit.convert_stream(stream)
output = {}
for entry in converted: