From a25a6e92793537277b796ca9751f77ac4b082d64 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 8 Jan 2019 17:26:03 -0800 Subject: integrate pg_tmp into tests --- rust/tests/pg_tmp.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/tests/pg_tmp.sh') 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}') -- cgit v1.2.3