Commit 387e468b authored by Peter Eisentraut's avatar Peter Eisentraut

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.
parent e194a942
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment