diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 17:26:03 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 17:26:03 -0800 |
commit | a25a6e92793537277b796ca9751f77ac4b082d64 (patch) | |
tree | 1e0b35fc8b35e425073ac7eb5bc0e4b864767a9a /rust/tests | |
parent | 22f017df8a564a6cc9ff9893b2886f852946cbc5 (diff) | |
download | fatcat-a25a6e92793537277b796ca9751f77ac4b082d64.tar.gz fatcat-a25a6e92793537277b796ca9751f77ac4b082d64.zip |
integrate pg_tmp into tests
Diffstat (limited to 'rust/tests')
-rwxr-xr-x | rust/tests/pg_tmp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/tests/pg_tmp.sh b/rust/tests/pg_tmp.sh index c7582477..2036a76c 100755 --- a/rust/tests/pg_tmp.sh +++ b/rust/tests/pg_tmp.sh @@ -40,6 +40,7 @@ while [ $# -gt 0 ]; do done # bnewbold: hack this in to "make it work" on debian/ubuntu +# bnewbold: also note, pg_virtualenv could also work, but is ubuntu/debian specific export PATH="$PATH:/usr/lib/postgresql/9.6/bin:/usr/lib/postgresql/11/bin" initdb -V > /dev/null || exit 1 PGVER=$(psql -V | awk '{print $NF}') |