mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rpostgres: print psql log to stdout in tests
Also accept connections only on the unix domain socket.
This commit is contained in:
parent
ff623b45d2
commit
49f4241d24
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ check() {
|
|||
export PGHOST="$(pwd)/host"
|
||||
mkdir host
|
||||
initdb
|
||||
pg_ctl -l postgres.log -o "-k ${PGHOST@Q}" start
|
||||
pg_ctl -o "-h '' -k ${PGHOST@Q}" start
|
||||
createdb
|
||||
|
||||
R_LIBS="$srcdir/build" NOT_CRAN=true Rscript --vanilla testthat.R
|
||||
|
|
Loading…
Add table
Reference in a new issue