sanitycheck: align output for easier visual comparison

() The test names are getting longer so adds more padding.
() Aligns the numerical size numbers for easier visual
   comparison when scrolling in shell.

Change-Id: Id218a641e9d5dffb77bf813ffbd828c48d14020f
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2016-04-11 10:27:56 -07:00 committed by Anas Nashif
commit 00525c2acf

View file

@ -1694,7 +1694,7 @@ def main():
(args.footprint_threshold / 100.0)):
continue
info("{:<25} {:<50} {}{}{}: {} {:+}, is now {} {:+.2%}".format(
info("{:<25} {:<60} {}{}{}: {} {:<+4}, is now {:6} {:+.2%}".format(
i.platform.name, i.test.name, COLOR_YELLOW,
"INFO" if args.all_deltas else "WARNING", COLOR_NORMAL,
metric, delta, value, percentage))