Skip to content

Commit bdfac89

Browse files
committed
Fix output format
1 parent 7102e7b commit bdfac89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def run(toolchain, config, dry_run, toolchain_help, toolchain_action, clean_but,
464464
msec_tool_end = msecstamp_tool_end - MSECSTAMP_TCT_START
465465

466466
if verbose:
467-
click.echo(' exitcode: %3s %8s msec)' % (exitcode, msec_tool_duration))
467+
click.echo(' exitcode: %3s %8s ms' % (exitcode, msec_tool_duration))
468468

469469
stats_exitcodes[exitcode] = stats_exitcodes.get(exitcode, 0) + 1
470470

0 commit comments

Comments
 (0)