Closed
Bug 871771
Opened 12 years ago
Closed 12 years ago
[mozdevice] Fix verbose option in sut_tests
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcote, Unassigned)
Details
Attachments
(1 file)
2.22 KB,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
Mozdevice's sut_tests were never updated for the logging change (from integers to mozlog levels), so the -v|--verbose option does nothing.
Assignee | ||
Comment 1•12 years ago
|
||
Also PEP-8-ified some imports.
Attachment #749021 -
Flags: review?(wlachance)
Comment 2•12 years ago
|
||
Comment on attachment 749021 [details] [diff] [review]
Fix verbose option in sut_tests
I thought the interfaces were made to be backwards compatible. Anyway, looks fine.
Attachment #749021 -
Flags: review?(wlachance) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Not that I can tell. No class/instance variable named debug is used in any way anymore.
https://github.com/mozilla/mozbase/commit/3c1a2b16273965ece9e3aa11a99bdcbe3fda2da2
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•