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

Commit148cf5f

Browse files
committed
Align timestamps in pg_regress output
This way the timestamps line up in a mix of "ok" and "FAILED" output.Author: Christoph Berg <christoph.berg@credativ.de>Discussion:https://www.postgresql.org/message-id/20190321115059.GF2687%40msg.df7cb.de
1 parent481018f commit148cf5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ run_schedule(const char *schedule, test_function tfunc)
17991799
}
18001800
else
18011801
{
1802-
status(_("ok"));
1802+
status(_("ok"));/* align with FAILED */
18031803
success_count++;
18041804
}
18051805

@@ -1879,7 +1879,7 @@ run_single_test(const char *test, test_function tfunc)
18791879
}
18801880
else
18811881
{
1882-
status(_("ok"));
1882+
status(_("ok"));/* align with FAILED */
18831883
success_count++;
18841884
}
18851885

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp