Open Bug 1148272 Opened 11 years ago Updated 3 years ago

Avoid copying updaer-xpcshell in 2 different places

Categories

(Toolkit :: Application Update, defect)

defect

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.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Sorry, this one was a follow up nit for build config and is still pending.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee: netzen → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.