diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-20 02:51:23 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-20 02:51:23 -0700 |
commit | 753fa210ccd603c204c562af2cf3ebd7d3a3047a (patch) | |
tree | 6144eab1eef7d860142dc029738cc73098cf3574 /contrib/git-svn/Makefile | |
parent | Merge branch 'jn/web' into next (diff) | |
parent | git-svn: fix --rmdir when using SVN:: libraries (diff) | |
download | tgif-753fa210ccd603c204c562af2cf3ebd7d3a3047a.tar.xz |
Merge branch 'master' into next
Diffstat (limited to 'contrib/git-svn/Makefile')
-rw-r--r-- | contrib/git-svn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/git-svn/Makefile b/contrib/git-svn/Makefile index 6aedb10f12..7c20946943 100644 --- a/contrib/git-svn/Makefile +++ b/contrib/git-svn/Makefile @@ -29,8 +29,7 @@ git-svn.html : git-svn.txt asciidoc -b xhtml11 -d manpage \ -f ../../Documentation/asciidoc.conf $< test: git-svn - cd t && $(SHELL) ./t0000-contrib-git-svn.sh $(TEST_FLAGS) - cd t && $(SHELL) ./t0001-contrib-git-svn-props.sh $(TEST_FLAGS) + cd t && for i in t????-*.sh; do $(SHELL) ./$$i $(TEST_FLAGS); done # we can test NO_OPTIMIZE_COMMITS independently of LC_ALL full-test: |