mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user