mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +03: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
@ -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…
x
Reference in New Issue
Block a user