[CRIU] [PATCH 5/5] test/rpc: don't use the shell_job option
Andrey Vagin
avagin at openvz.org
Sun Aug 23 15:26:27 PDT 2015
It isn't required.
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/rpc/test.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/rpc/test.py b/test/rpc/test.py
index 01daf25..7154c00 100755
--- a/test/rpc/test.py
+++ b/test/rpc/test.py
@@ -19,7 +19,6 @@ s.connect(args['socket'])
req = rpc.criu_req()
req.type = rpc.DUMP
req.opts.leave_running = True
-req.opts.shell_job = True
req.opts.log_level = 4
req.opts.images_dir_fd = os.open(args['dir'], os.O_DIRECTORY)
--
2.1.0
More information about the CRIU
mailing list