Closed
Bug 1218373
Opened 10 years ago
Closed 10 years ago
[mozversion] Command line interface broken by bug 1014760
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(firefox44 fixed)
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: davehunt, Assigned: davehunt)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.43 KB,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
It appears that the command line interface for mozversion has been broken since bug 1014760 landed. The fix is simple, I'll have a patch ready shortly.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8678812 -
Flags: review?(ahalberstadt)
Updated•10 years ago
|
Blocks: 1014760
Keywords: regression
Comment 2•10 years ago
|
||
Comment on attachment 8678812 [details] [diff] [review]
Fix command line interface. v1.0
Review of attachment 8678812 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks! I'm somewhat surprised this broke, as mozlog.structured was supposed to redirect back to mozlog. Oh well, this should be cleaned up either way. r+ with the comment addressed.
::: testing/mozbase/mozversion/mozversion/mozversion.py
@@ +315,5 @@
> help='host running adb')
> fxos.add_argument(
> '--adb-port',
> help='port running adb')
> + mozlog.commandline.add_logging_group(
I assume there's a "from mozlog import structured" above that also needs to be removed?
Attachment #8678812 -
Flags: review?(ahalberstadt) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Andrew Halberstadt [:ahal] from comment #2)
> I assume there's a "from mozlog import structured" above that also needs to
> be removed?
No, it was removed in bug 1014760 and probably explains exactly why this broke.
No try run as the CLI is not used by anything in tree (clearly).
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Oh, I see. Sorry about that!
Keywords: checkin-needed
Comment 6•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•