login
Header Space

 
 

Re: valgrind test script integration

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Saturday, January 12, 2008 - 7:36 am

On Sat, Jan 12, 2008 at 06:10:44AM -0500, Jeff King wrote:


And here it is.

This replaces all usage of "git-foo" with "git foo" in the
test scripts. The replacement was done semi-manually; a
fully automatic replacement won't work because the pattern
"git-" appears in several other contexts (e.g.,
"--git-dir=", ref names, filenames, etc).

Obviously another route would be intercepting git-* calls,
as well, but my impression is that we are ultimately heading
towards a "git foo is the right way" situation, in which
case this cleanup is eventually necessary anyway.

[the original got eaten by the list since the patch is almost 150K;
 the diffstat is below, and I am making the patch available at

   git://repo.or.cz/git/peff.git master
]

 t/t1400-update-ref.sh                  |   10 +-
 t/t2005-checkout-index-symlinks.sh     |    4 +-
 t/t2050-git-dir-relative.sh            |    4 +-
 t/t2102-update-index-symlinks.sh       |    2 +-
 t/t2200-add-update.sh                  |   12 +-
 t/t3020-ls-files-error-unmatch.sh      |    2 +-
 t/t3030-merge-recursive.sh             |   14 +-
 t/t3200-branch.sh                      |   16 +-
 t/t3210-pack-refs.sh                   |    4 +-
 t/t3400-rebase.sh                      |    6 +-
 t/t3401-rebase-partial.sh              |   20 +-
 t/t3500-cherry.sh                      |   12 +-
 t/t3600-rm.sh                          |    4 +-
 t/t3800-mktag.sh                       |    8 +-
 t/t3900-i18n-commit.sh                 |    6 +-
 t/t3901-i18n-patch.sh                  |   16 +-
 t/t4012-diff-binary.sh                 |    2 +-
 t/t4103-apply-binary.sh                |   26 ++--
 t/t5300-pack-object.sh                 |   14 +-
 t/t5301-sliding-window.sh              |    4 +-
 t/t5302-pack-index.sh                  |   10 +-
 t/t5400-send-pack.sh                   |   30 ++--
 t/t5401-update-hooks.sh                |    4 +-
 t/t5402-post-merge-hook.sh             |    4 +-
 t/t5403-post-checkout-hook.sh          |    4 +-
 t/t5500-fetch-pack.sh                  |    4 +-
 t/t5510-fetch.sh                       |    2 +-
 t/t5530-upload-pack-error.sh           |    4 +-
 t/t5600-clone-fail-cleanup.sh          |    6 +-
 t/t6006-rev-list-format.sh             |    6 +-
 t/t6025-merge-symlinks.sh              |   32 ++--
 t/t6026-merge-attr.sh                  |   12 +-
 t/t6030-bisect-porcelain.sh            |    2 +-
 t/t6120-describe.sh                    |   30 ++--
 t/t6300-for-each-ref.sh                |   28 ++--
 t/t7001-mv.sh                          |   12 +-
 t/t7003-filter-branch.sh               |   18 +-
 t/t7004-tag.sh                         |  316 ++++++++++++++++----------------
 t/t7101-reset.sh                       |    6 +-
 t/t7300-clean.sh                       |   38 ++--
 t/t7400-submodule-basic.sh             |   46 +++---
 t/t7501-commit.sh                      |   44 +++---
 t/t9100-git-svn-basic.sh               |   44 +++---
 t/t9101-git-svn-props.sh               |   62 +++---
 t/t9102-git-svn-deep-rmdir.sh          |    6 +-
 t/t9104-git-svn-follow-parent.sh       |   36 ++--
 t/t9105-git-svn-commit-diff.sh         |    8 +-
 t/t9106-git-svn-commit-diff-clobber.sh |   12 +-
 t/t9107-git-svn-migrate.sh             |   16 +-
 t/t9108-git-svn-glob.sh                |    4 +-
 t/t9110-git-svn-use-svm-props.sh       |    8 +-
 t/t9111-git-svn-use-svnsync-props.sh   |    8 +-
 t/t9112-git-svn-md5less-file.sh        |    4 +-
 t/t9116-git-svn-log.sh                 |    4 +-
 t/t9119-git-svn-info.sh                |  120 ++++++------
 t/t9200-git-cvsexportcommit.sh         |   10 +-
 t/t9300-fast-import.sh                 |   64 ++++----
 t/t9400-git-cvsserver-server.sh        |   30 ++--
 58 files changed, 640 insertions(+), 640 deletions(-)

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ANNOUNCE] GIT 1.5.4-rc3, Junio C Hamano, (Sat Jan 12, 3:11 am)
[ANNOUNCE] GIT 1.5.4-rc4, Junio C Hamano, (Sun Jan 20, 10:37 pm)
Re: [ANNOUNCE] GIT 1.5.4-rc4, Steffen Prohaska, (Mon Jan 21, 6:22 pm)
Re: [msysGit] Re: [ANNOUNCE] GIT 1.5.4-rc4, Johannes Schindelin, (Mon Jan 21, 9:21 pm)
Re: [msysGit] Re: [ANNOUNCE] GIT 1.5.4-rc4, Steffen Prohaska, (Tue Jan 22, 1:50 am)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Steffen Prohaska, (Sun Jan 13, 10:41 am)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Roger C. Soares, (Sat Jan 12, 10:24 am)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Junio C Hamano, (Sat Jan 12, 3:13 pm)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Ismail , (Sat Jan 12, 3:26 am)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Junio C Hamano, (Sat Jan 12, 3:34 am)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Ismail , (Sat Jan 12, 3:47 am)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Jeff King, (Sat Jan 12, 5:04 am)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Junio C Hamano, (Sat Jan 12, 3:09 pm)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Johannes Schindelin, (Sat Jan 12, 12:57 pm)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Jeff King, (Sat Jan 12, 2:09 pm)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Ismail , (Sat Jan 12, 9:10 am)
Re: [ANNOUNCE] GIT 1.5.4-rc3, René Scharfe, (Sat Jan 12, 9:01 am)
valgrind test script integration, Jeff King, (Sat Jan 12, 7:10 am)
Re: valgrind test script integration, Jeff King, (Sat Jan 12, 7:36 am)
Re: valgrind test script integration, Johannes Schindelin, (Sat Jan 12, 1:10 pm)
Re: valgrind test script integration, Jeff King, (Sat Jan 12, 2:12 pm)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Jeff King, (Sat Jan 12, 5:05 am)
Re: [ANNOUNCE] GIT 1.5.4-rc3, Junio C Hamano, (Sat Jan 12, 4:04 am)
speck-geostationary