Open
Bug 1124260
Opened 10 years ago
Updated 2 years ago
"./mach resource-usage" opens up file:///$SRCDIR/openURL%28http://127.0.0.1:56538/,new-tab%29
Categories
(Firefox Build System :: Mach Core, enhancement)
Tracking
(Not tracked)
NEW
People
(Reporter: dholbert, Unassigned)
Details
STR:
1. Run ./mach resource-usage (as suggested at the end of our build output)
ACTUAL RESULTS:
Firefox is invoked to open a browser tab at this URL:
file:///scratch/work/builds/mozilla-central/mozilla-central-11-11-01.13-56/mozilla/openURL%28http://127.0.0.1:56538/,new-tab%29
which gives me a "file not found" page.
(The stuff before "openURL" in that URL is my srcdir.)
EXPECTED RESULTS:
Firefox should be invoked to open a browser tab at http://127.0.0.1:56538/ (which is where mach has just set up a web server).
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•