summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)AuthorFilesLines
2010-05-06test-lib: some shells do not let $? propagate into an evalLibravatar Jonathan Nieder1-3/+4
2010-05-04test-lib: Let tests specify commands to be run at end of testLibravatar Jonathan Nieder1-1/+27
2010-05-04test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.Libravatar Michal Sojka1-0/+12
2010-03-24Merge branch 'tr/notes-display'Libravatar Junio C Hamano1-0/+4
2010-03-12notes: implement helpers needed for note copying during rewriteLibravatar Thomas Rast1-0/+2
2010-03-12Support showing notes from more than one notes treeLibravatar Thomas Rast1-0/+1
2010-03-12test-lib: unset GIT_NOTES_REF to stop it from influencing testsLibravatar Thomas Rast1-0/+1
2010-03-07unset GREP_OPTIONS in test-lib.shLibravatar Bert Wesarg1-0/+2
2010-01-25tests: consolidate CR removal/addition functionsLibravatar Stephen Boyd1-0/+16
2010-01-24Merge branch 'jc/fix-tree-walk'Libravatar Junio C Hamano1-0/+6
2010-01-07Merge branch 'mo/bin-wrappers'Libravatar Junio C Hamano1-12/+21
2010-01-03tests: move convenience regexp to match object names to test-lib.shLibravatar Junio C Hamano1-0/+6
2009-12-27Merge branch 'jk/1.7.0-status'Libravatar Junio C Hamano1-0/+11
2009-12-26Merge branch 'sr/vcs-helper'Libravatar Junio C Hamano1-2/+12
2009-12-08t7508-status: test all modes with colorLibravatar Michael J Gruber1-0/+11
2009-12-07tests: handle NO_PYTHON settingLibravatar Jeff King1-3/+3
2009-12-03run test suite without dashed git-commands in PATHLibravatar Matthew Ogilvie1-12/+21
2009-11-24Add Python support library for remote helpersLibravatar Sverre Rabbelier1-0/+9
2009-11-17Basic build infrastructure for Python scriptsLibravatar Johan Herland1-0/+1
2009-11-13Do not use VISUAL editor on dumb terminalsLibravatar Jonathan Nieder1-4/+4
2009-08-28t/test-lib.sh: provide a shell implementation of the 'yes' utilityLibravatar Brandon Casey1-0/+15
2009-08-09tests: allow user to specify trash directory locationLibravatar Jeff King1-1/+8
2009-08-09tests: provide $TRASH_DIRECTORY variableLibravatar Jeff King1-1/+2
2009-06-01test-lib: allow exit trap to be used for cleanup by testsLibravatar Clemens Buchacher1-7/+14
2009-06-01test-lib: fail if invalid options are passedLibravatar Clemens Buchacher1-1/+1
2009-04-21test-lib.sh: Help test_create_repo() find the templates dirLibravatar Michael J Gruber1-1/+1
2009-04-08tests: skip perl tests if NO_PERL is definedLibravatar Jeff King1-0/+2
2009-03-28Merge branch 'maint'Libravatar Junio C Hamano1-8/+0
2009-03-28Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano1-8/+0
2009-03-28test-lib: Clean up comments and Makefile.Libravatar Emil Sit1-8/+0
2009-03-25Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6tLibravatar Junio C Hamano1-0/+2
2009-03-25t7502-commit: Skip SIGTERM test on WindowsLibravatar Johannes Sixt1-0/+2
2009-03-24Merge branch 'js/windows-tests'Libravatar Junio C Hamano1-5/+69
2009-03-22t3700: Skip a test with backslashes in pathspecLibravatar Johannes Sixt1-0/+2
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsLibravatar Johannes Sixt1-0/+4
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksLibravatar Johannes Sixt1-0/+4
2009-03-21Merge branch 'mg/test-installed'Libravatar Junio C Hamano1-3/+11
2009-03-21test-lib: Infrastructure to test and check for prerequisitesLibravatar Johannes Sixt1-5/+39
2009-03-19Tests on Windows: $(pwd) must return Windows-style pathsLibravatar Johannes Sixt1-0/+4
2009-03-19test-lib: Work around missing sum on WindowsLibravatar Johannes Sixt1-0/+3
2009-03-19test-lib: Work around incompatible sort and find on WindowsLibravatar Johannes Sixt1-0/+13
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodLibravatar Johannes Sixt1-0/+9
2009-03-19test-lib: Simplify test counting.Libravatar Johannes Sixt1-7/+3
2009-03-19test-lib: Replace uses of $(expr ...) by POSIX shell features.Libravatar Johannes Sixt1-12/+11
2009-03-16test-lib.sh: Allow running the test suite against installed gitLibravatar Michael J Gruber1-2/+10
2009-03-16test-lib.sh: Test for presence of git-init in the right path.Libravatar Michael J Gruber1-1/+1
2009-03-14test-lib: write test results to test-results/<basename>-<pid>Libravatar Johannes Schindelin1-1/+1
2009-03-05Merge branch 'js/valgrind'Libravatar Junio C Hamano1-3/+88
2009-02-18Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-02-18tests: fix "export var=val"Libravatar Junio C Hamano1-1/+1