]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/valgrind'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2009 23:41:18 +0000 (15:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2009 23:41:18 +0000 (15:41 -0800)
commit8a61097cde387870921e822bdf90b4ffd3792845
treef352818eb81997f74c2cb9045363ffaef29c2e7c
parent1d4e4cd4a108dc105f6c8e739c69b9261d4e92a5
parent5caa81d1b4f1b0b9ed73605ab1e4d91ba31a56b4
Merge branch 'js/valgrind'

* js/valgrind:
  valgrind: do not require valgrind 3.4.0 or newer
  test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATH
  Tests: let --valgrind imply --verbose and --tee
  Add a script to coalesce the valgrind outputs
  t/Makefile: provide a 'valgrind' target
  test-lib.sh: optionally output to test-results/$TEST.out, too
  Valgrind support: check for more than just programming errors
  valgrind: ignore ldso and more libz errors
  Add valgrind support in test scripts
t/test-lib.sh