Commit f75db3cd authored by Andrei Vagin's avatar Andrei Vagin

test: check exit codes for criu criu lazy-pages

travis-ci: success for crtools: close a signal descriptor after passing a preparation stage (rev6)
Cc: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent d1051de0
......@@ -975,7 +975,7 @@ class criu:
ps_opts = ["--daemon", "--pidfile", "ps.pid",
"--port", "12345", "--lazy-pages"]
self.__criu_act("page-server", opts = ps_opts)
self.__criu_act("lazy-pages", opts = lp_opts)
self.__lazy_pages_p = self.__criu_act("lazy-pages", opts = lp_opts, nowait = True)
r_opts += ["--lazy-pages"]
if self.__leave_stopped:
......
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