X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile;h=819b936870300fc8325c0f24f8c68ea8bdaa2727;hb=613e4e5f4046ee36f40199cbaeb9f35442d24378;hp=f9de24b4d2baa9fad1d6caa72fea651da78d6878;hpb=6f82be05191a4ec2adcbcac65078f87900ea8741;p=git.git diff --git a/t/Makefile b/t/Makefile index f9de24b4d..819b93687 100644 --- a/t/Makefile +++ b/t/Makefile @@ -30,13 +30,14 @@ clean: $(RM) -r 'trash directory'.* test-results $(RM) t????/cvsroot/CVSROOT/?* $(RM) -r valgrind/bin + $(RM) .prove aggregate-results-and-cleanup: $(T) $(MAKE) aggregate-results $(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