2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 13:58:34 +00:00

zdtm.py: Pass keep_img and fault option to sub-tasks

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2015-10-20 13:18:45 +03:00
parent d150d6f20d
commit 951a1e04f2

View File

@@ -574,7 +574,7 @@ class launcher:
if self.__fail:
raise test_fail_exc('')
nd = ('nocr', 'norst', 'pre', 'iters', 'page_server', 'sibling')
nd = ('nocr', 'norst', 'pre', 'iters', 'page_server', 'sibling', 'fault', 'keep_img')
arg = repr((name, desc, flavor, { d: self.__opts[d] for d in nd }))
log = name.replace('/', '_') + ".log"
sub = subprocess.Popen(["./zdtm_ct", "zdtm.py"], \