Tests: let --valgrind imply --verbose and --tee
[gitweb.git] / t / Makefile
index e544493d1053c6e7c01d492b748b8b762c2327d3..09623414a755dc7e964a0d21768e136dba4556e2 100644 (file)
@@ -39,6 +39,6 @@ full-svn-test:
        $(MAKE) $(TSVN) GIT_SVN_NO_OPTIMIZE_COMMITS=0 LC_ALL=en_US.UTF-8
 
 valgrind:
-       GIT_TEST_OPTS='--valgrind -v --tee' $(MAKE) -k
+       GIT_TEST_OPTS=--valgrind $(MAKE)
 
 .PHONY: pre-clean $(T) aggregate-results clean valgrind