Open
Bug 2054399
Opened 2 days ago
Updated 2 days ago
Perl test suite docker image needs to pull dependencies from extensions, too
Categories
(Bugzilla :: Testing Suite, defect)
Bugzilla
Testing Suite
Tracking
()
NEW
People
(Reporter: justdave, Assigned: justdave)
Details
Attachments
(1 file)
STR:
rm extensions/SecureMail/disabledbash docker/run-tests-in-docker.sh release
Expected results:
- The tests run
Actual results:
- The Docker image fails to build because checksetup.pl says there are depedencies missing.
Cause
The SecureMail extension adds new dependencies which aren't part of the base set. The Docker image was not looking at extensions when deciding which dependencies were needed while building the image.
Comment 1•2 days ago
|
||
| Assignee | ||
Updated•2 days ago
|
Assignee: testing → justdave
You need to log in
before you can comment on or make changes to this bug.
Description
•