mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +00:00
zdtm.py: Fix zdtm_test._env data type
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -258,7 +258,7 @@ class zdtm_test:
|
|||||||
self.__pid = 0
|
self.__pid = 0
|
||||||
self.__flavor = flavor
|
self.__flavor = flavor
|
||||||
self._bins = [ name ]
|
self._bins = [ name ]
|
||||||
self._env = []
|
self._env = {}
|
||||||
self.auto_reap = True
|
self.auto_reap = True
|
||||||
|
|
||||||
def __make_action(self, act, env = None, root = None):
|
def __make_action(self, act, env = None, root = None):
|
||||||
|
Reference in New Issue
Block a user