From 1d1fe008468bfbab7285b0a559803cf351472e7c Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Mon, 29 Aug 2016 13:19:01 -0500 Subject: [PATCH] lvmdbusd: Include lvm shell testing as the default --- test/dbus/lvmdbustest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dbus/lvmdbustest.py b/test/dbus/lvmdbustest.py index ced49a004..4d0143c3e 100755 --- a/test/dbus/lvmdbustest.py +++ b/test/dbus/lvmdbustest.py @@ -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) -- 2.43.5