From: Richard W.M. Jones Date: Fri, 11 Oct 2013 14:36:06 +0000 (+0100) Subject: libguestfs: Disable valgrind-daemon since we're supposed to be testing production... X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=337432e0edece84d7c4d4894c9ce9d76fa729252;p=goaljobs-goals.git libguestfs: Disable valgrind-daemon since we're supposed to be testing production code. --- diff --git a/config.ml b/config.ml index 6b44dc9..6016647 100644 --- a/config.ml +++ b/config.ml @@ -23,13 +23,15 @@ let libguestfs_localconfigure source = #!/bin/bash - . localenv +# NB: --enable-valgrind-daemon is disabled because we +# should be checking production builds. + %s \\ --prefix /usr \\ --disable-static \\ --with-default-backend=libvirt \\ --enable-gcc-warnings \\ --enable-gtk-doc \\ - --enable-valgrind-daemon \\ -C \\ \"$@\" " configure