From eb2c68590b766e25ada9d425ad0b6602cd724fcc Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Sun, 2 Jun 2013 23:57:53 +0200 Subject: [PATCH] tests: bigger alignment Test names got a bit longer... --- test/lib/harness.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/harness.c b/test/lib/harness.c index e80efbf05..e98c7d64a 100644 --- a/test/lib/harness.c +++ b/test/lib/harness.c @@ -310,7 +310,7 @@ static void run(int i, char *f) { char buf[128]; snprintf(buf, 128, "%s ...", f); buf[127] = 0; - printf("Running %-50s ", buf); + printf("Running %-60s ", buf); fflush(stdout); char outpath[512]; sprintf(outpath, "results/%s.txt", f);