X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2FMakefile;h=f9de24b4d2baa9fad1d6caa72fea651da78d6878;hb=3c7406d4b595c9e8c8dfcff2739bab9412add5a3;hp=25c559bb49d04586c69242cd7ef03713f0939e9d;hpb=f1aa782a3b72a2c4de46dc93b484eb99dc01d4d0;p=git.git diff --git a/t/Makefile b/t/Makefile index 25c559bb4..f9de24b4d 100644 --- a/t/Makefile +++ b/t/Makefile @@ -3,6 +3,7 @@ # Copyright (c) 2005 Junio C Hamano # +-include ../config.mak.autogen -include ../config.mak #GIT_TEST_OPTS=--verbose --debug @@ -35,7 +36,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: