Closed
Bug 989222
Opened 11 years ago
Closed 11 years ago
[MTBF][Memory Report] import get_about_memory.py and use main() directly will have cmd argu issue
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wachen, Assigned: wachen)
References
Details
when we import get_about_memory.py main() in MTBF driver, it will output the instruction for args due to different args of get_about_memory.py.
1. I planeed to do ignorance of args:
method 1: args, unknown = parser.parse_known_args()
method 2: ignore gaia-ui-test args
2. Remove args before call get_about_memory.py main()
I am still thinking about which way to do and what to do.
Assignee | ||
Comment 1•11 years ago
|
||
Let's leave get_about_memory.py alone and get create default args for mtbf driver to control get_about_memory.py
Assignee | ||
Comment 2•11 years ago
|
||
Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Blocks: MTBF-Memory
You need to log in
before you can comment on or make changes to this bug.
Description
•