diff options
author | Nullptrderef <nullptrderef@proton.me> | 2024-06-16 16:34:03 +0200 |
---|---|---|
committer | Nullptrderef <nullptrderef@proton.me> | 2024-06-16 16:34:03 +0200 |
commit | b65779c670335da68d195f8a9d3bfac2eb62ad65 (patch) | |
tree | 2178a6e74dbab633b85734982ab924c9a3431c78 | |
parent | 0379b9728a9f4a8a8eb15b20406ad78f163123dd (diff) |
pass them in -o
-rwxr-xr-x | contrib/ci/jobs/2-test/test.sh | 2 |
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 |