Closed
Bug 896021
Opened 12 years ago
Closed 12 years ago
make use of mozinfo.find_and_update_from_json in mochitest manifest
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
since this has not landed on m-c, I am filing a bug and will use the new api once it lands (eta next week).
from bug 868158:
@@ +388,5 @@
> + if not options.mozInfo:
> + options.mozInfo = os.path.join(self._scriptdir, 'mozinfo.json')
> +
> + if not os.path.isfile(options.mozInfo):
> + self.error("Unable to file build information file (mozinfo.json) at this location: %s" % options.mozInfo)
I really want you to use mozinfo.find_and_update_from_json(scriptdir). I don't think this code as-written will work right for the "running from the objdir" case.
| Assignee | ||
Comment 1•12 years ago
|
||
this is already in use:
http://mxr.mozilla.org/mozilla-central/source/testing/mochitest/runtests.py#268
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•