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:
parent
803b7af706
commit
eb2c68590b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user