Closed
Bug 1294099
Opened 9 years ago
Closed 9 years ago
AttributeError: 'Namespace' object has no attribute 'flavor' when running |mach mochitest| plain
Categories
(Testing :: Mochitest, defect)
Tracking
(firefox51 fixed)
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(1 file)
Regression from bug 1293295.
Basically I thought the 'flavor' arg would default to plain in the MochitestArgumentParser. But because the mach command redefines --flavor, this default gets lost. This only affects 'plain' because that was the only one I didn't explicitly pass in --flavor to.
Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8779768 [details]
Bug 1294099 - Fix 'Namespace object has no attribute 'flavor'' error when running |mach mochitest|,
https://reviewboard.mozilla.org/r/70690/#review68040
ship it!
Attachment #8779768 -
Flags: review?(jgriffin) → review+
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe582cf4fffd
Fix 'Namespace object has no attribute 'flavor'' error when running |mach mochitest|, r=jgriffin
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•