Open
Bug 1148272
Opened 11 years ago
Updated 3 years ago
Avoid copying updaer-xpcshell in 2 different places
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
REOPENED
People
(Reporter: bbondy, Unassigned)
References
Details
Spin off from bug 973933 Comment 86
> # Copy for mochitest chrome tests
> + rsync -a -C $(XPCSHELLTESTROOT)/data/updater.app $(MOCHITESTROOT)/data/updater.app
> +else
> + mv $(XPCSHELLTESTROOT)/data/updater-xpcshell$(BIN_SUFFIX) $(XPCSHELLTESTROOT)/data/updater$(BIN_SUFFIX)
> + cp $(XPCSHELLTESTROOT)/data/updater$(BIN_SUFFIX) $(MOCHITESTROOT)/data/updater$(BIN_SUFFIX)
glandium wrote:
It would be better to avoid copying this in two different places. testing/mochitest/Makefile.in has rules to copy files that are needed for different harnesses, and copies them in a "bin" directory in the test package. The "bin" directory is available across harnesses. Feel free to push that to a followup, though.
| Reporter | ||
Comment 1•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•11 years ago
|
||
Sorry, this one was a follow up nit for build config and is still pending.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Updated•11 years ago
|
Assignee: netzen → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•