Closed
Bug 876727
Opened 12 years ago
Closed 12 years ago
marionette-test busted
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 876144
People
(Reporter: snorp, Unassigned)
Details
Looks like moznetwork is missing? I get the following output:
Error running mach:
['marionette-test']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You should consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
ImportError: No module named moznetwork
File "/Users/snorp/source/mozilla-central/testing/marionette/mach_commands.py", line 33, in run_marionette
from marionette.runtests import (
File "/Users/snorp/source/mozilla-central/testing/marionette/client/marionette/__init__.py", line 9, in <module>
from runtests import MarionetteTestRunner
File "/Users/snorp/source/mozilla-central/testing/marionette/client/marionette/runtests.py", line 17, in <module>
import moznetwork
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•