summaryrefslogtreecommitdiff
path: root/src/shared/tester.c
diff options
context:
space:
mode:
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>2014-07-21 15:23:39 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-07-22 11:36:49 +0300
commit1d702deeb5d3d5caca3a6c7e258636127865763f (patch)
tree47650f4963aa5c16f0694229a21edb2f8c2783f0 /src/shared/tester.c
parent7c5a343ac17f071f010b5a3860d786b0379c5efc (diff)
downloadbluez-1d702deeb5d3d5caca3a6c7e258636127865763f.tar.gz
shared/tester: Increase space for test case title
This makes more space for case's title in the summary, and still retains 80 chars boundary. This fixes column alignment when using long case titles i.e. in new android-tester.
Diffstat (limited to 'src/shared/tester.c')
-rw-r--r--src/shared/tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/tester.c b/src/shared/tester.c
index 88dfaeb13..95b4682f1 100644
--- a/src/shared/tester.c
+++ b/src/shared/tester.c
@@ -53,7 +53,7 @@
printf(color fmt COLOR_OFF "\n", ## args)
#define print_summary(label, color, value, fmt, args...) \
- printf("%-45s " color "%-10s" COLOR_OFF fmt "\n", \
+ printf("%-52s " color "%-10s" COLOR_OFF fmt "\n", \
label, value, ## args)
#define print_progress(name, color, fmt, args...) \