Closed
Bug 478852
Opened 16 years ago
Closed 16 years ago
CERTS_SRC_DIR should be absolute path
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 474703
People
(Reporter: ginnchen+exoracle, Unassigned)
Details
Currently we have
_CERTS_SRC_DIR = $(topsrcdir)/build/pgo/certs
at
http://mxr.mozilla.org/mozilla-central/source/build/automation-build.mk#25
I have source at /export/home/ginn/work/mozilla-central
And I built Firefox at /export/home/ginn/work/mozilla-central/release
Then I run "make mochitest-plain", it failed.
It couldn't find certPath.
In /export/home/ginn/work/mozilla-central/release/testing/mochitest/automation.py, I have
CERTS_SRC_DIR="../../../build/pgo/certs"
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•