Closed
Bug 1146424
Opened 10 years ago
Closed 10 years ago
Problem with verifying PosrgreSQL version in automation setup script
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: katrysasonce, Assigned: katrysasonce)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
Build ID: 20140428193813
Steps to reproduce:
Download devup.py and run it manually
Actual results:
When it try to check psql version I got next message:
"psql version not starting with 9 ('editing').
You need to have PostgreSQL version 9.x installed."
because output of ($ psql --version) is:
"psql (PostgreSQL) 9.1.15
contains support for command-line editing"(additional line)
Expected results:
I expected to got next message: "Great! psql is installed."
| Assignee | ||
Updated•10 years ago
|
OS: All → Linux
Hardware: All → x86_64
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/86e4e95c3a48bcc72ea471636a5c2ee84862a6ae
fixes bug 1146424 - Problem with verifying PosrgreSQL version in automation setup script
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Assignee: nobody → katrysasonce
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•