Closed
Bug 817166
Opened 13 years ago
Closed 13 years ago
tools/update-tools/test-update.py fails if .userconfig has any echo statements in it
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dhylands, Assigned: dhylands)
Details
Attachments
(1 file)
|
1.27 KB,
patch
|
marshall
:
review+
|
Details | Diff | Splinter Review |
When you run test-update.py it winds up doing something like:
bash -c '. load-config.sh; echo $VAR'
and it gets confused when .userconfig has echo statements in it.
| Assignee | ||
Comment 1•13 years ago
|
||
Redirect stdout to stderr when running load-config.sh so that the user still sees the echos and the python script doesn't
Attachment #687290 -
Flags: review?(marshall)
Updated•13 years ago
|
Attachment #687290 -
Flags: review?(marshall) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•