commit b65779c670335da68d195f8a9d3bfac2eb62ad65 parent 0379b9728a9f4a8a8eb15b20406ad78f163123dd Author: Nullptrderef <nullptrderef@proton.me> Date: Sun, 16 Jun 2024 16:34:03 +0200 pass them in -o Diffstat:
| M | contrib/ci/jobs/2-test/test.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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