Skip to content

Commit 387e468

Browse files
committed
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.
1 parent e194a94 commit 387e468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/pg_regress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ run_single_test(const char *test, test_function tfunc)
16741674
*tl;
16751675
bool differ = false;
16761676

1677-
status(_("test %-20s ... "), test);
1677+
status(_("test %-24s ... "), test);
16781678
pid = (tfunc) (test, &resultfiles, &expectfiles, &tags);
16791679
wait_for_tests(&pid, &exit_status, NULL, 1);
16801680

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy