diff options
author | Nullptrderef <nullptrderef@proton.me> | 2024-06-16 16:24:22 +0200 |
---|---|---|
committer | Nullptrderef <nullptrderef@proton.me> | 2024-06-16 16:24:22 +0200 |
commit | 0379b9728a9f4a8a8eb15b20406ad78f163123dd (patch) | |
tree | b3933b736dfe53284c22c5f20eeb15a2f2441bf3 /contrib | |
parent | 8c38bf4bd6800a5b1a9bd09561877dfe37a218a2 (diff) |
pgctl > postgres & sleep 10
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/ci/jobs/2-test/test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh index a0002f226..4e8fd6b3a 100755 --- a/contrib/ci/jobs/2-test/test.sh +++ b/contrib/ci/jobs/2-test/test.sh @@ -19,8 +19,7 @@ cd - make -j$(( $nump / 2 )) make install -sudo -u postgres /usr/lib/postgresql/15/bin/postgres -D /etc/postgresql/15/main -h localhost -p 5432 & -sleep 10 +sudo -u postgres /usr/lib/postgresql/15/bin/pg_ctl start -D /etc/postgresql/15/main -h localhost -p 5432 sudo -u postgres createuser -p 5432 root sudo -u postgres createdb -p 5432 -O root talercheck |