author | Eric Wong <normalperson@yhbt.net> | |
Mon, 1 Jan 2007 05:49:47 +0000 (21:49 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 1 Jan 2007 07:40:52 +0000 (23:40 -0800) | ||
commit | 43853554542700e0d129ce853a3d4b16740035d4 | |
tree | c7cc267fa4342e3600ba7f1eccc014d7e03ce4f4 | tree | snapshot |
parent | 5bd3870c37dfb613e5e055f7b6d4c80a7b823719 | commit | diff |
git-svn: t/t91??-*: optimize the tests a bit
This removes some unnecessary 'svn up' calls throughout
t9103-git-svn-graft-branches.sh:
* removed an 'svn log' call that was leftover from debugging
* removed multiple git-svn calls with a multi-init / multi-fetch
combination (which weren't tested before, either)
* replaced `rev-list ... | head -n1` with `rev-parse ...`
(not sure what I was thinking when I wrote that)
All this saves about 9 seconds from a test run
(53s -> 44s for 'make t91*') on my 1.3GHz Athlon
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This removes some unnecessary 'svn up' calls throughout
t9103-git-svn-graft-branches.sh:
* removed an 'svn log' call that was leftover from debugging
* removed multiple git-svn calls with a multi-init / multi-fetch
combination (which weren't tested before, either)
* replaced `rev-list ... | head -n1` with `rev-parse ...`
(not sure what I was thinking when I wrote that)
All this saves about 9 seconds from a test run
(53s -> 44s for 'make t91*') on my 1.3GHz Athlon
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t9101-git-svn-props.sh | diff | blob | history | |
t/t9103-git-svn-graft-branches.sh | diff | blob | history | |
t/t9104-git-svn-follow-parent.sh | diff | blob | history |