summaryrefslogtreecommitdiff
path: root/contrib/git-svn/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-06-20 02:51:23 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-06-20 02:51:23 -0700
commit753fa210ccd603c204c562af2cf3ebd7d3a3047a (patch)
tree6144eab1eef7d860142dc029738cc73098cf3574 /contrib/git-svn/Makefile
parentMerge branch 'jn/web' into next (diff)
parentgit-svn: fix --rmdir when using SVN:: libraries (diff)
downloadtgif-753fa210ccd603c204c562af2cf3ebd7d3a3047a.tar.xz
Merge branch 'master' into next
Diffstat (limited to 'contrib/git-svn/Makefile')
-rw-r--r--contrib/git-svn/Makefile3
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: