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

Commitd1e549f

Browse files
kvapkelvich
authored andcommitted
Add --nosync flag to initdb invocation in blockade tests.
1 parenta9fe7f2 commitd1e549f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests2/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$1" = 'postgres' ]; then
1515

1616
# look specifically for PG_VERSION, as it is expected in the DB dir
1717
if [!-s"$PGDATA/PG_VERSION" ];then
18-
initdb
18+
initdb --nosync
1919

2020
if ["$POSTGRES_PASSWORD" ];then
2121
pass="PASSWORD '$POSTGRES_PASSWORD'"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp