summaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
authorSverre Rabbelier <srabbelier@gmail.com>2008-06-08 14:04:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-08 22:07:27 (GMT)
commit2d84e9fb6d281ed039bd67aafcdd8516a2b5226e (patch)
treed75c2276d77df6cabfcb8ec2b9bc0d9c3ea07b24 /t/Makefile
parent218bf69f0b137e0a21cfeeda6ba81947f220401f (diff)
downloadgit-2d84e9fb6d281ed039bd67aafcdd8516a2b5226e.zip
git-2d84e9fb6d281ed039bd67aafcdd8516a2b5226e.tar.gz
git-2d84e9fb6d281ed039bd67aafcdd8516a2b5226e.tar.bz2
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 <srabbelier@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/Makefile')
-rw-r--r--t/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Makefile b/t/Makefile
index c6a60ab..dfa90ac 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: