[CRIU] [PATCH 4/5] zdtm.py: Print criu action in logs
Pavel Emelyanov
xemul at parallels.com
Thu Oct 8 05:21:13 PDT 2015
Signed-off-by: Pavel Emelyanov <xemul at parallels.com>
---
diff --git a/test/zdtm.py b/test/zdtm.py
index 6eebc5f..fa5e429 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -309,7 +316,7 @@ class criu_cli:
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)
if ret != 0:
raise test_fail_exc("CRIU %s" % action)
More information about the CRIU
mailing list