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:
Richard W.M. Jones
2015-03-02 17:41:37 +00:00
parent 1cdb5a103a
commit e6445e982a

View File

@@ -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