1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

lvmdbusd: Add needed env. variables

When running lvmdb.py by itself for testing we need these.
This commit is contained in:
Tony Asleson 2023-03-06 10:26:44 -06:00
parent df6120e9f7
commit c8f2125b85

View File

@ -437,6 +437,8 @@ class DataStore(object):
if __name__ == "__main__":
os.environ["LC_ALL"] = "C"
os.environ["LVM_COMMAND_PROFILE"] = "lvmdbusd"
pp = prettyprint.PrettyPrinter(indent=4)
ds = DataStore()