Commit 74c776ce authored by alisdair sullivan's avatar alisdair sullivan
Browse files

use postgres 9.4 for tests

parent 256632d2
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
#!/bin/sh
if [ -z $(which initdb) ] ; then
echo "Postgres not found, you may need to launch like so: PATH=\$PATH:/usr/lib/postgresql/9.3/bin/ $0"
echo "Postgres not found, you may need to launch like so: PATH=\$PATH:/usr/lib/postgresql/9.4/bin/ $0"
exit 1
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment