Closed
Bug 1458588
Opened 7 years ago
Closed 7 years ago
--temp-profile doesn't work after a clobber (requires a plain `./mach run` to have run first)
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(1 file)
If I clobber (or rm objdir/tmp), then doing `./mach run --temp-profile` results in:
OSError: [Errno 2] No such file or directory: '/code/mozilla-central/objdir.noindex/tmp/profile-ZFEMDY'
It works fine if you first do `./mach run` (which creates the tmp directory). Guessing we need to make sure to create the tmp directory if it doesn't exist.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8972618 [details]
Bug 1458588 - Create objdir/tmp if it doesn't exist during mach run;
https://reviewboard.mozilla.org/r/241172/#review247070
Attachment #8972618 -
Flags: review?(ahalberstadt) → review+
Pushed by bgrinstead@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a0f7e5f1bea6
Create objdir/tmp if it doesn't exist during mach run;r=ahal
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•7 years ago
|
Component: Mach Core → General
Updated•6 years ago
|
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•