Skip to content

Commit 65517d6

Browse files
committed
Removes units to make the table fit without scrolling on github
1 parent 6906b97 commit 65517d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test_exporters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def exporter_text(self, test_result_ext):
363363
success_code = 0 # Success code that can be leter returned to
364364
# Pretty table package is used to print results
365365
pt = PrettyTable(["Result", "Target", "Toolchain", "Test ID", "Test Description",
366-
"Elapsed Time (sec)", "Timeout (sec)"])
366+
"Elapsed Time", "Timeout"])
367367
pt.align["Result"] = "l" # Left align
368368
pt.align["Target"] = "l" # Left align
369369
pt.align["Toolchain"] = "l" # Left align

0 commit comments

Comments
 (0)