1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

tests: bigger alignment

Test names got a bit longer...
This commit is contained in:
Zdenek Kabelac 2013-06-02 23:57:53 +02:00
parent 803b7af706
commit eb2c68590b

View File

@ -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);