Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit387e468

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, whichwould show up in bigcheck/bigtest, for example.
1 parente194a94 commit387e468

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
booldiffer= 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)

[8]ページ先頭

©2009-2025 Movatter.jp