From 2d84e9fb6d281ed039bd67aafcdd8516a2b5226e Mon Sep 17 00:00:00 2001 From: Sverre Rabbelier Date: Sun, 8 Jun 2008 16:04:33 +0200 Subject: Modify test-lib.sh to output stats to t/test-results/* This change is needed order to aggregate data on the test run later on. Signed-off-by: Sverre Rabbelier Signed-off-by: Junio C Hamano --- t/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/Makefile') diff --git a/t/Makefile b/t/Makefile index c6a60ab16..dfa90ace1 100644 --- a/t/Makefile +++ b/t/Makefile @@ -20,7 +20,7 @@ $(T): @echo "*** $@ ***"; GIT_CONFIG=.git/config '$(SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS) clean: - $(RM) -r 'trash directory' + $(RM) -r 'trash directory' test-results # we can test NO_OPTIMIZE_COMMITS independently of LC_ALL full-svn-test: -- cgit v1.2.1