aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorNullptrderef <nullptrderef@proton.me>2024-06-16 16:34:03 +0200
committerNullptrderef <nullptrderef@proton.me>2024-06-16 16:34:03 +0200
commitb65779c670335da68d195f8a9d3bfac2eb62ad65 (patch)
tree2178a6e74dbab633b85734982ab924c9a3431c78 /contrib
parent0379b9728a9f4a8a8eb15b20406ad78f163123dd (diff)
downloadexchange-b65779c670335da68d195f8a9d3bfac2eb62ad65.tar.xz
pass them in -o
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/ci/jobs/2-test/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
index 4e8fd6b3a..529c4f29f 100755
--- a/contrib/ci/jobs/2-test/test.sh
+++ b/contrib/ci/jobs/2-test/test.sh
@@ -19,7 +19,7 @@ cd -
make -j$(( $nump / 2 ))
make install
-sudo -u postgres /usr/lib/postgresql/15/bin/pg_ctl start -D /etc/postgresql/15/main -h localhost -p 5432
+sudo -u postgres /usr/lib/postgresql/15/bin/pg_ctl start -D /etc/postgresql/15/main -o '-h localhost -p 5432'
sudo -u postgres createuser -p 5432 root
sudo -u postgres createdb -p 5432 -O root talercheck