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:
parent
df6120e9f7
commit
c8f2125b85
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user