Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Vagin <avagin@openvz.org>2015-08-24 01:26:27 +0300
committerPavel Emelyanov <xemul@parallels.com>2015-08-25 16:00:37 +0300
commit439de67a4bdc58e5634cd4d983b906aeaf4313e6 (patch)
treee334dbb2fa4f9f7b24af8adb01c0a87826f3f96d
parent5075f278f63fa0e4c5c66a66c18e4e35c0956af3 (diff)
test/rpc: don't use the shell_job option
It isn't required. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
-rwxr-xr-xtest/rpc/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rpc/test.py b/test/rpc/test.py
index 01daf25a5..7154c004b 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)