Closed
Bug 1492601
Opened 7 years ago
Closed 7 years ago
Use MachCommandCondition.is_firefox_or_android
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file)
|
5.36 KB,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
This replicates the previous behavior with the exception of testing/mozharness/mach_commands.py which changes the conditions
- conditions=[conditions.is_firefox],
+ conditions=[conditions.is_firefox_or_android],
Attachment #9010445 -
Flags: review?(ahal)
Updated•7 years ago
|
Attachment #9010445 -
Flags: review?(ahal) → review+
Pushed by bclary@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/62e67132c429
Use MachCommandCondition.is_firefox_or_android, r=ahal.
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•