1
0
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:
Peter Eisentraut 2010-12-04 17:34:48 +02:00
parent e194a942f9
commit 387e468b82

View File

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