]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tests: cleanup criu_check_feature.c
author2xsec <dh48.jeong@samsung.com>
Tue, 3 Jul 2018 09:15:45 +0000 (18:15 +0900)
committer2xsec <dh48.jeong@samsung.com>
Tue, 3 Jul 2018 09:15:45 +0000 (18:15 +0900)
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
src/tests/criu_check_feature.c

index a5e0c34ebd27d6aac39e145d991518c8cb0f34ba..8d20035366ae4ec577dab6b145712b1d15b48e2f 100644 (file)
@@ -86,5 +86,6 @@ on_error_put:
        lxc_container_put(c);
        if (ret == EXIT_SUCCESS)
                lxc_debug("%s\n", "All criu feature check tests passed");
+
        exit(ret);
 }