Closed
Bug 961643
Opened 11 years ago
Closed 9 years ago
[httpd] set the debug flag from the environment
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: julienw, Assigned: julienw)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8362424 [details] [review]
Github PR
Hey Ricky,
what do you think ?
This is a simple patch to display DEBUG output from httpd.js easily.
You can run:
DEBUG=* bin/gaia-test
DEBUG="bootstrap" bin/gaia-test
DEBUG="httpd" bin/gaia-test
DEBUG="httpd bootstrap" bin/gaia-test
This does not break profile generation because we forcefully set "DEBUG=1" in the command line in the gaia-test script.
Attachment #8362424 -
Attachment description: WIP and untested pull request → Github PR
Attachment #8362424 -
Flags: review?(rchien)
Comment 3•9 years ago
|
||
Comment on attachment 8362424 [details] [review]
Github PR
LGTM for this part although I'm not really familiar with httpd.
Attachment #8362424 -
Flags: review?(rchien) → review+
Assignee | ||
Comment 4•9 years ago
|
||
master: 10b5bffb622c8c16cdfc9175852f51748acb6cd5
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•