kiwi-el8/test/unit/bootloader/config
Marcus Schäfer f6b3b14020
Fixed return value from _get_grub2_mkconfig_tool
The method returned the basename of the tool if it could
be found by Path.which(). But the method's scope has been
changed in a way that the return value of the method must
be the result from Path.which() to allow working on the
full path name.
2020-04-16 11:24:28 +02:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
grub2_test.py Fixed return value from _get_grub2_mkconfig_tool 2020-04-16 11:24:28 +02:00
init_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
isolinux_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
zipl_test.py Fixed zipl bootloader setup for s390 images 2019-11-14 12:01:06 +01:00