aboutsummaryrefslogtreecommitdiff
path: root/contrib/ci/jobs
diff options
context:
space:
mode:
authorNullptrderef <nullptrderef@proton.me>2024-06-16 16:24:22 +0200
committerNullptrderef <nullptrderef@proton.me>2024-06-16 16:24:22 +0200
commit0379b9728a9f4a8a8eb15b20406ad78f163123dd (patch)
treeb3933b736dfe53284c22c5f20eeb15a2f2441bf3 /contrib/ci/jobs
parent8c38bf4bd6800a5b1a9bd09561877dfe37a218a2 (diff)
downloadexchange-0379b9728a9f4a8a8eb15b20406ad78f163123dd.tar.xz
pgctl > postgres & sleep 10
Diffstat (limited to 'contrib/ci/jobs')
-rwxr-xr-xcontrib/ci/jobs/2-test/test.sh3
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