Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSverre Rabbelier <srabbelier@gmail.com>2008-06-08 18:04:33 +0400
committerJunio C Hamano <gitster@pobox.com>2008-06-09 02:07:27 +0400
commit2d84e9fb6d281ed039bd67aafcdd8516a2b5226e (patch)
treed75c2276d77df6cabfcb8ec2b9bc0d9c3ea07b24 /t/Makefile
parent218bf69f0b137e0a21cfeeda6ba81947f220401f (diff)
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 c6a60ab165..dfa90ace1a 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: