mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Make output width consistent for all ways of invoking a regression test
run_schedule() and run_single_test() were using different output widths, which would show up in bigcheck/bigtest, for example.
This commit is contained in:
parent
e194a942f9
commit
387e468b82
1 changed files with 1 additions and 1 deletions
|
|
@ -1674,7 +1674,7 @@ run_single_test(const char *test, test_function tfunc)
|
|||
*tl;
|
||||
bool differ = false;
|
||||
|
||||
status(_("test %-20s ... "), test);
|
||||
status(_("test %-24s ... "), test);
|
||||
pid = (tfunc) (test, &resultfiles, &expectfiles, &tags);
|
||||
wait_for_tests(&pid, &exit_status, NULL, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue