From 0379b9728a9f4a8a8eb15b20406ad78f163123dd Mon Sep 17 00:00:00 2001 From: Nullptrderef Date: Sun, 16 Jun 2024 16:24:22 +0200 Subject: pgctl > postgres & sleep 10 --- contrib/ci/jobs/2-test/test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'contrib/ci/jobs') 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 -- cgit v1.2.3