Closed
Bug 650049
Opened 14 years ago
Closed 12 years ago
Allow staging all test files without generating a tests.zip file
Categories
(Firefox Build System :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jhford, Unassigned)
References
Details
For RPMs, I am generating a tests rpm that contains all the tests. Because the package-tests target depends on each test suite's stage target, it is the safest target to run in the RPM packaging to make sure that all tests get staged properly. Instead, I would like to call a 'stage-all-suites' target (name tbd) that depends on all test suites being staged and is depended on by package-tests. A non-ideal solution would be to have something like
ifndef DONT_MAKE_TESTS_ZIP
zip -r9D ....
endif
Right now, these tests rpms aren't able to run the unit tests, but that is something that I plan on fixing.
Reporter | ||
Updated•14 years ago
|
Severity: normal → enhancement
Reporter | ||
Comment 2•12 years ago
|
||
I am going to be working on other projects for the foreseeable future and I won't have time to drive these bugs through to completion. I am marking outstanding packaging fixes as INCOMPLETE.
Assignee: jhford → nobody
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•