Commit 206acdf2 authored by Pavel Emelyanov's avatar Pavel Emelyanov

zdtm.py: Print criu action in logs

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 31944f33
...@@ -309,7 +309,7 @@ class criu_cli: ...@@ -309,7 +309,7 @@ class criu_cli:
s_args = ["-o", log, "-D", self.__ddir(), "-v4"] + opts s_args = ["-o", log, "-D", self.__ddir(), "-v4"] + opts
print "Run CRIU: [" + " ".join(s_args) + "]" print "Run CRIU: [" + action + " " + " ".join(s_args) + "]"
ret = self.__criu(action, s_args) ret = self.__criu(action, s_args)
if ret != 0: if ret != 0:
raise test_fail_exc("CRIU %s" % action) raise test_fail_exc("CRIU %s" % action)
......
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