Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
log: parse separate options like git log --grep foo
[gitweb.git]
/
t
/
Makefile
diff --git
a/t/Makefile
b/t/Makefile
index f9de24b4d2baa9fad1d6caa72fea651da78d6878..cf5f9e2e1eb17c442220464d06374e6c529f8629 100644
(file)
--- a/
t/Makefile
+++ b/
t/Makefile
@@
-36,7
+36,7
@@
aggregate-results-and-cleanup: $(T)
$(MAKE) clean
aggregate-results:
- for f in test-results/t*-*; do \
+ for f in test-results/t*-*
.counts
; do \
echo "$$f"; \
done | '$(SHELL_PATH_SQ)' ./aggregate-results.sh