[Pkg-libvirt-commits] [libguestfs] 38/72: ocaml: Don't run check-valgrind on run-bindtests (bash script).

Hilko Bengen bengen at moszumanska.debian.org
Sun Apr 5 15:19:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit fe6b75df0b9f0fc700cc97d837fcbf929611fd1a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Mar 2 17:41:37 2015 +0000

    ocaml: Don't run check-valgrind on run-bindtests (bash script).
    
    Fix the 'make check-valgrind' rule in the ocaml subdirectory so it
    doesn't run '$VG run-bindtests', effectively running valgrind on bash.
    
    Bash in Fedora Rawhide has added a new memory leak, resulting in a
    failure, but we don't want to test bash anyway.
    
    (cherry picked from commit e6445e982a5fdd886f71208a734f053a59122d3e)
---
 ocaml/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index 7de2e81..db13a8f 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -155,7 +155,7 @@ if HAVE_OCAMLOPT
 endif
 
 check-valgrind:
-	$(MAKE) VG="$(top_builddir)/run @VG@" check
+	$(MAKE) VG="$(top_builddir)/run @VG@" TESTS="$(test_progs_all)" check
 
 # Dependencies.
 %.cmi: %.mli

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list