summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)AuthorFilesLines
2010-03-12Support showing notes from more than one notes treeThomas Rast1-0/+1
2010-03-12test-lib: unset GIT_NOTES_REF to stop it from influencing testsThomas Rast1-0/+1
2010-03-07unset GREP_OPTIONS in test-lib.shBert Wesarg1-0/+2
2010-01-25tests: consolidate CR removal/addition functionsStephen Boyd1-0/+16
2010-01-24Merge branch 'jc/fix-tree-walk'Junio C Hamano1-0/+6
2010-01-07Merge branch 'mo/bin-wrappers'Junio C Hamano1-12/+21
2010-01-03tests: move convenience regexp to match object names to test-lib.shJunio C Hamano1-0/+6
2009-12-27Merge branch 'jk/1.7.0-status'Junio C Hamano1-0/+11
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano1-2/+12
2009-12-08t7508-status: test all modes with colorMichael J Gruber1-0/+11
2009-12-07tests: handle NO_PYTHON settingJeff King1-3/+3
2009-12-03run test suite without dashed git-commands in PATHMatthew Ogilvie1-12/+21
2009-11-24Add Python support library for remote helpersSverre Rabbelier1-0/+9
2009-11-17Basic build infrastructure for Python scriptsJohan Herland1-0/+1
2009-11-13Do not use VISUAL editor on dumb terminalsJonathan Nieder1-4/+4
2009-08-28t/test-lib.sh: provide a shell implementation of the 'yes' utilityBrandon Casey1-0/+15
2009-08-09tests: allow user to specify trash directory locationJeff King1-1/+8
2009-08-09tests: provide $TRASH_DIRECTORY variableJeff King1-1/+2
2009-06-01test-lib: allow exit trap to be used for cleanup by testsClemens Buchacher1-7/+14
2009-06-01test-lib: fail if invalid options are passedClemens Buchacher1-1/+1
2009-04-21test-lib.sh: Help test_create_repo() find the templates dirMichael J Gruber1-1/+1
2009-04-08tests: skip perl tests if NO_PERL is definedJeff King1-0/+2
2009-03-28Merge branch 'maint'Junio C Hamano1-8/+0
2009-03-28Merge branch 'maint-1.6.1' into maintJunio C Hamano1-8/+0
2009-03-28test-lib: Clean up comments and Makefile.Emil Sit1-8/+0
2009-03-25Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6tJunio C Hamano1-0/+2
2009-03-25t7502-commit: Skip SIGTERM test on WindowsJohannes Sixt1-0/+2
2009-03-24Merge branch 'js/windows-tests'Junio C Hamano1-5/+69
2009-03-22t3700: Skip a test with backslashes in pathspecJohannes Sixt1-0/+2
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt1-0/+4
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt1-0/+4
2009-03-21Merge branch 'mg/test-installed'Junio C Hamano1-3/+11
2009-03-21test-lib: Infrastructure to test and check for prerequisitesJohannes Sixt1-5/+39
2009-03-19Tests on Windows: $(pwd) must return Windows-style pathsJohannes Sixt1-0/+4
2009-03-19test-lib: Work around missing sum on WindowsJohannes Sixt1-0/+3
2009-03-19test-lib: Work around incompatible sort and find on WindowsJohannes Sixt1-0/+13
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt1-0/+9
2009-03-19test-lib: Simplify test counting.Johannes Sixt1-7/+3
2009-03-19test-lib: Replace uses of $(expr ...) by POSIX shell features.Johannes Sixt1-12/+11
2009-03-16test-lib.sh: Allow running the test suite against installed gitMichael J Gruber1-2/+10
2009-03-16test-lib.sh: Test for presence of git-init in the right path.Michael J Gruber1-1/+1
2009-03-14test-lib: write test results to test-results/<basename>-<pid>Johannes Schindelin1-1/+1
2009-03-05Merge branch 'js/valgrind'Junio C Hamano1-3/+88
2009-02-18Merge branch 'maint'Junio C Hamano1-1/+1
2009-02-18tests: fix "export var=val"Junio C Hamano1-1/+1
2009-02-03test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATHJohannes Schindelin1-3/+1
2009-02-03Tests: let --valgrind imply --verbose and --teeJohannes Schindelin1-2/+2
2009-02-03test-lib.sh: optionally output to test-results/$TEST.out, tooJohannes Schindelin1-0/+18
2009-02-03Valgrind support: check for more than just programming errorsJohannes Schindelin1-0/+15
2009-02-03Add valgrind support in test scriptsJohannes Schindelin1-2/+56