set export LVM_SUPPRESS_FD_WARNINGS=1 in order to surpress leaked file-descriptor warnings
This commit is contained in:
Родитель
e4c7391566
Коммит
b6feb44f7e
|
@ -21,6 +21,7 @@ export tmp_dir=""
|
||||||
export global_error="false"
|
export global_error="false"
|
||||||
export actions="fstab initrd kernel" # These are the basic actions at the moment
|
export actions="fstab initrd kernel" # These are the basic actions at the moment
|
||||||
export root_part_fs # set in distro-test
|
export root_part_fs # set in distro-test
|
||||||
|
export LVM_SUPPRESS_FD_WARNINGS=1
|
||||||
|
|
||||||
# Functions START
|
# Functions START
|
||||||
# Define some helper functions
|
# Define some helper functions
|
||||||
|
|
Загрузка…
Ссылка в новой задаче