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

index c59da12d67998e08c15b30de9297183bad22045c..a814227ea016df45c3fb936d84e7113d6f963739 100644 (file)
@@ -149,5 +149,6 @@ on_error_put:
        lxc_container_put(c);
        if (ret == EXIT_SUCCESS)
                lxc_debug("%s\n", "All state server tests passed");
+
        exit(ret);
 }