Closed
Bug 996496
Opened 11 years ago
Closed 11 years ago
running individual mochitest-devtools tests or directories does not work
Categories
(Firefox Build System :: Mach Core, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 995972
People
(Reporter: heycam, Unassigned)
Details
When I try to run a specific directory of mochitest-devtools tests, mach says it can't find the directory:
irk:/z/mozilla-inbound-2 $ ./mach mochitest-devtools browser/devtools/styleeditor/
From _tests: Kept 17407 existing; Added/updated 0; Removed 0 files and 0 directories.
/z/mozilla-inbound-2/testing/mozbase/mozrunner/mozrunner/utils.py:19: UserWarning: Module mozrunner was already imported from /z/mozilla-inbound-2/testing/mozbase/mozrunner/mozrunner/__init__.pyc, but /Library/Python/2.7/site-packages/mozrunner-5.18-py2.7.egg is being added to sys.path
import pkg_resources
/z/mozilla-inbound-2/testing/mozbase/mozrunner/mozrunner/utils.py:19: UserWarning: Module mozprofile was already imported from /z/mozilla-inbound-2/testing/mozbase/mozprofile/mozprofile/__init__.pyc, but /Library/Python/2.7/site-packages/mozprofile-0.11-py2.7.egg is being added to sys.path
import pkg_resources
/z/mozilla-inbound-2/testing/mozbase/mozrunner/mozrunner/utils.py:19: UserWarning: Module mozfile was already imported from /z/mozilla-inbound-2/testing/mozbase/mozfile/mozfile/__init__.pyc, but /Library/Python/2.7/site-packages/mozfile-0.9-py2.7.egg is being added to sys.path
import pkg_resources
/z/mozilla-inbound-2/testing/mozbase/mozrunner/mozrunner/utils.py:19: UserWarning: Module mozprocess was already imported from /z/mozilla-inbound-2/testing/mozbase/mozprocess/mozprocess/__init__.pyc, but /Library/Python/2.7/site-packages/mozprocess-0.11-py2.7.egg is being added to sys.path
import pkg_resources
/z/mozilla-inbound-2/testing/mozbase/mozrunner/mozrunner/utils.py:19: UserWarning: Module mozinfo was already imported from /z/mozilla-inbound-2/testing/mozbase/mozinfo/mozinfo/__init__.pyc, but /Library/Python/2.7/site-packages/mozinfo-0.5-py2.7.egg is being added to sys.path
import pkg_resources
/z/mozilla-inbound-2/testing/mozbase/mozrunner/mozrunner/utils.py:19: UserWarning: Module manifestparser was already imported from /z/mozilla-inbound-2/obj/_tests/testing/mochitest/manifestparser.pyc, but /Library/Python/2.7/site-packages/ManifestDestiny-0.5.6-py2.7.egg is being added to sys.path
import pkg_resources
No tests could be found in the path specified. Please specify a path that is a test file or is a directory containing tests.
Reporter | ||
Comment 1•11 years ago
|
||
Not sure what those warnings are about (might be because at one point I tried to install mozregression) but they're probably not relevant to this bug.
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 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
•