Actions
action #1958
closedavoid fatal errors in compilation phase
Description
When trying to syntax-check my adapted test-module using
cd /usr/lib/os-autoinst ; perl -c distri/sles/inst.d/052_installation_mode.pm
I noticed that this was not possible due to fatal errors in compilation phase from
bmwqemu.pm:100 and :111 (DISTRI/CASEDIR logic) and
cv.pm - can be solved with unless(eval {require tinycv;} ) {
One possible approach for the DISTRI/CASEDIR could be to explicitly initialize it at program start (needs verification that values are not used earlier).
Another way would be to use default/fallback values if none are provided by the user.
Updated by coolo almost 11 years ago
- Status changed from New to In Progress
- Assignee set to coolo
Updated by coolo almost 11 years ago
- Status changed from In Progress to Resolved
Actions