Actions
action #16362
closedtests spill out a lot of warnings and fail if PRJDIR is not set
Start date:
2017-01-31
Due date:
% Done:
100%
Estimated time:
Description
observation¶
Use of uninitialized value in index at /usr/lib/os-autoinst/needle.pm line 45.
Use of uninitialized value $bmwqemu::vars{"PRJDIR"} in addition (+) at /usr/lib/os-autoinst/needle.pm line 46.
Use of uninitialized value in index at /usr/lib/os-autoinst/needle.pm line 45.
Use of uninitialized value $bmwqemu::vars{"PRJDIR"} in addition (+) at /usr/lib/os-autoinst/needle.pm line 46.
Use of uninitialized value in index at /usr/lib/os-autoinst/needle.pm line 45.
Use of uninitialized value $bmwqemu::vars{"PRJDIR"} in addition (+) at /usr/lib/os-autoinst/needle.pm line 46.
steps to reproduce¶
- Create
vars.json
as described on https://github.com/os-autoinst/os-autoinst#getting-started - call
isotovideo -d
- see it fail
expected result¶
- probably "PRJDIR" should have some sensible default OR
- fail in a more explanatory manner
- example
vars.json
should be working - Make sure example
vars.json
from documentation is tested, e.g. either test the content of theREADME.md
or do not include in the README but only reference an example file, e.g. the one from the full stack test
Actions