projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'jc/maint-bundle-too-quiet'
[git]
/
t
/
Makefile
diff --git
a/t/Makefile
b/t/Makefile
index
47cbeb6
..
9046ec9
100644
(file)
--- a/
t/Makefile
+++ b/
t/Makefile
@@
-71,7
+71,7
@@
gitweb-test:
$(MAKE) $(TGITWEB)
valgrind:
- GIT_TEST_OPTS=--valgrind $(MAKE)
+ $(MAKE) GIT_TEST_OPTS="$(GIT_TEST_OPTS) --valgrind"
# Smoke testing targets
-include ../GIT-VERSION-FILE