Closed
Bug 781608
Opened 13 years ago
Closed 13 years ago
Mochitest is broken on B2G CI
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: jgriffin, Assigned: jgriffin)
Details
This is due to some recent mozprocess API changes; in order to run with either the old or new API, the code that calls ProcessHandler needs to be adjusted.
| Assignee | ||
Comment 1•13 years ago
|
||
Specifically, this is the chane from bug 776931. I had adapted the code to use the latest mozprocess locally, but the CI breaks because it uses mozprocess from pypi, and that doesn't have that particular change yet.
| Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•