Displaying 2 results from an estimated 2 matches for "5fb3d54".
2015 Jun 25
0
[PATCH v2 7/9] tests: daemon: Cleanly shut down the daemon on exit.
...e-valgrind-daemon functionality.
---
daemon/internal.c | 7 +------
generator/actions.ml | 3 ++-
tests/daemon/captive-daemon.pm.in | 12 +++++-------
3 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/daemon/internal.c b/daemon/internal.c
index 781366d..5fb3d54 100644
--- a/daemon/internal.c
+++ b/daemon/internal.c
@@ -46,14 +46,9 @@ do_internal_autosync (void)
}
/* NB: Only called when valgrinding the daemon. */
-int
+int __attribute__((noreturn))
do_internal_exit (void)
{
- if (!autosync_umount) {
- reply_with_error ("guestfsd -r flag use...
2015 Jun 25
13
[PATCH v2 0/9] Better testing of the guestfsd daemon.
In v2:
- Kernel command line parsing now moved to the appliance.
- In the captive daemon test, the daemon cleanly shuts down on exit.
- Add another btrfs test.
Rich.