1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmdbusd: Include lvm shell testing as the default

This commit is contained in:
Tony Asleson 2016-08-29 13:19:01 -05:00
parent 313c40ed09
commit 1d1fe00846

View File

@ -1153,7 +1153,7 @@ class TestDbusService(unittest.TestCase):
if __name__ == '__main__':
# Test forking & exec new each time
test_shell = os.getenv('LVM_DBUS_TEST_SHELL', 0)
test_shell = os.getenv('LVM_DBUS_TEST_SHELL', 1)
set_execution(False)