Commit 951a1e04 authored by Pavel Emelyanov's avatar Pavel Emelyanov

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

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent d150d6f2
...@@ -574,7 +574,7 @@ class launcher: ...@@ -574,7 +574,7 @@ class launcher:
if self.__fail: if self.__fail:
raise test_fail_exc('') 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 })) arg = repr((name, desc, flavor, { d: self.__opts[d] for d in nd }))
log = name.replace('/', '_') + ".log" log = name.replace('/', '_') + ".log"
sub = subprocess.Popen(["./zdtm_ct", "zdtm.py"], \ sub = subprocess.Popen(["./zdtm_ct", "zdtm.py"], \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment