summaryrefslogtreecommitdiff
path: root/scripts/sanitycheck
diff options
context:
space:
mode:
authorDaniel Leung <daniel.leung@intel.com>2016-04-11 10:27:56 -0700
committerAnas Nashif <nashif@linux.intel.com>2016-04-12 12:00:47 +0000
commit00525c2acf6066b2a29fbdfe4cd237776350f09a (patch)
tree7145832632bed81cf2f6e771293294ffdd86f405 /scripts/sanitycheck
parent11ee55a6cc50b1adb23c60b0ce7620190cb360a9 (diff)
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>
Diffstat (limited to 'scripts/sanitycheck')
-rwxr-xr-xscripts/sanitycheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sanitycheck b/scripts/sanitycheck
index f61434a37..5303891a0 100755
--- a/scripts/sanitycheck
+++ b/scripts/sanitycheck
@@ -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))