t/aggregate-results: accomodate systems with small max argument list length
[gitweb.git] / t / Makefile
index 25c559bb49d04586c69242cd7ef03713f0939e9d..cd008a3c0fdf503d7775a649eb6abdba2397fabe 100644 (file)
@@ -35,7 +35,9 @@ aggregate-results-and-cleanup: $(T)
        $(MAKE) clean
 
 aggregate-results:
-       '$(SHELL_PATH_SQ)' ./aggregate-results.sh test-results/t*-*
+       for f in test-results/t*-*; do \
+               echo "$$f"; \
+       done | '$(SHELL_PATH_SQ)' ./aggregate-results.sh
 
 # we can test NO_OPTIMIZE_COMMITS independently of LC_ALL
 full-svn-test: