Removes units to make the table fit without scrolling on github

pull/1873/head
Jimmy Brisson 2016-06-21 16:30:29 -05:00
parent 6906b97ba0
commit 65517d6513
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class ReportExporter():
success_code = 0 # Success code that can be leter returned to
# Pretty table package is used to print results
pt = PrettyTable(["Result", "Target", "Toolchain", "Test ID", "Test Description",
"Elapsed Time (sec)", "Timeout (sec)"])
"Elapsed Time", "Timeout"])
pt.align["Result"] = "l" # Left align
pt.align["Target"] = "l" # Left align
pt.align["Toolchain"] = "l" # Left align