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.
pull/1/head
Peter Eisentraut 15 years ago
parent e194a942f9
commit 387e468b82
  1. 2
      src/test/regress/pg_regress.c

@ -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…
Cancel
Save