Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
forks
epgsql
Commits
74c776ce
Commit
74c776ce
authored
9 years ago
by
alisdair sullivan
Browse files
Options
Download
Email Patches
Plain Diff
use postgres 9.4 for tests
parent
256632d2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup_test_db.sh
+1
-1
setup_test_db.sh
with
1 addition
and
1 deletion
+1
-1
setup_test_db.sh
View file @
74c776ce
#!/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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help