Open
Bug 1782047
Opened 3 years ago
Updated 3 years ago
Changes to browser-test.js are not taken into account when I run mach test
Categories
(Testing :: Mochitest, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: florian, Unassigned)
Details
It looks like my changes to testing/mochitest/browser-test.js
are not taken into account when I run ./mach test
or ./mach mochitest
. Using find
in the obj directory, I see my modified file is present in obj/_tests/testing/mochitest/browser-test.js
, but obj/dist/xpi-stage/mochijar/content/browser-test.js
contains the original version of the file.
If I copy myself the new testing/mochitest/browser-test.js
file to obj/dist/xpi-stage/mochijar/content/
then my changes are taken into account.
Comment 1•3 years ago
|
||
somehow we need ./mach test
to make sure we rebuild the xpi-stage/mochijar
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(ahal)
Updated•3 years ago
|
Severity: -- → S3
Flags: needinfo?(ahal)
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•