Commit 439de67a authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

test/rpc: don't use the shell_job option

It isn't required.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 5075f278
......@@ -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)
......
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