Closed
Bug 982119
Opened 11 years ago
Closed 11 years ago
'TestLog' object has no attribute 'save_logs' when running bin/runtest.py
Categories
(Testing Graveyard :: Eideticker, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davehunt, Assigned: wlach)
Details
Attachments
(1 file)
1.11 KB,
patch
|
davehunt
:
review+
|
Details | Diff | Splinter Review |
The metadata refactor in bug 966457 appears to have introduced an issue when running bin/runtest.py:
$ ./bin/runtest.py --device-type=b2g --no-sync-time --no-capture b2g-contacts-startup
...
Traceback (most recent call last):
File "./bin/runtest.py", line 70, in <module>
main()
File "./bin/runtest.py", line 67, in main
testlog.save_logs(http_request_log_path=options.request_log_file,
AttributeError: 'TestLog' object has no attribute 'save_logs'
Assignee | ||
Comment 1•11 years ago
|
||
Yep, noticed this earlier. I'll fix it.
Assignee: nobody → wlachance
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8392578 -
Flags: review?(dave.hunt)
Reporter | ||
Updated•11 years ago
|
Attachment #8392578 -
Flags: review?(dave.hunt) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Seems to work ok, pushed: https://github.com/mozilla/eideticker/commit/6b7db9981993c4bac3335f5b6d2df7d26b002558
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•