Unverified Commit 845bea76 by 2xsec Committed by Christian Brauner

tests: cleanup criu_check_feature.c

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 0ade28c2
...@@ -86,5 +86,6 @@ on_error_put: ...@@ -86,5 +86,6 @@ on_error_put:
lxc_container_put(c); lxc_container_put(c);
if (ret == EXIT_SUCCESS) if (ret == EXIT_SUCCESS)
lxc_debug("%s\n", "All criu feature check tests passed"); lxc_debug("%s\n", "All criu feature check tests passed");
exit(ret); exit(ret);
} }
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