diff options
author | Sverre Rabbelier <srabbelier@gmail.com> | 2008-06-08 16:04:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-08 15:07:27 -0700 |
commit | 2d84e9fb6d281ed039bd67aafcdd8516a2b5226e (patch) | |
tree | d75c2276d77df6cabfcb8ec2b9bc0d9c3ea07b24 /t/Makefile | |
parent | 218bf69f0b137e0a21cfeeda6ba81947f220401f (diff) | |
download | git-2d84e9fb6d281ed039bd67aafcdd8516a2b5226e.tar.gz git-2d84e9fb6d281ed039bd67aafcdd8516a2b5226e.tar.xz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |