tests: change postgresql socket dir to /tmp

In https://github.com/NixOS/nixpkgs/pull/57677 default postgresql socket directory was changed
to `/run/postgresql`, which doesn't exist (and can't be created) in
Nix build environment. We'll use /tmp as socket dir explicitly then.

Fixes build failure https://hydra.nixos.org/build/91221682

Cc @aszlig @edolstra
This commit is contained in:
danbst
2019-03-29 23:46:38 +02:00
parent 0e337e6f9c
commit 4171ab4c4f
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ Makefile.in
/inst
hydra-config.h
hydra-config.h.in
result