summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2010-05-06test-lib: some shells do not let $? propagate into an evalJonathan Nieder
2010-05-04test-lib: Let tests specify commands to be run at end of testJonathan Nieder
2010-05-04test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.Michal Sojka
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-13notes: implement helpers needed for note copying during rewriteThomas Rast
2010-03-13Support showing notes from more than one notes treeThomas Rast
2010-03-13test-lib: unset GIT_NOTES_REF to stop it from influencing testsThomas Rast
2010-03-07unset GREP_OPTIONS in test-lib.shBert Wesarg
2010-01-26tests: consolidate CR removal/addition functionsStephen Boyd
2010-01-25Merge branch 'jc/fix-tree-walk'Junio C Hamano
2010-01-07Merge branch 'mo/bin-wrappers'Junio C Hamano
2010-01-04tests: move convenience regexp to match object names to test-lib.shJunio C Hamano
2009-12-28Merge branch 'jk/1.7.0-status'Junio C Hamano
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano
2009-12-09t7508-status: test all modes with colorMichael J Gruber
2009-12-07tests: handle NO_PYTHON settingJeff King
2009-12-03run test suite without dashed git-commands in PATHMatthew Ogilvie
2009-11-24Add Python support library for remote helpersSverre Rabbelier
2009-11-18Basic build infrastructure for Python scriptsJohan Herland
2009-11-13Do not use VISUAL editor on dumb terminalsJonathan Nieder
2009-08-28t/test-lib.sh: provide a shell implementation of the 'yes' utilityBrandon Casey
2009-08-09tests: allow user to specify trash directory locationJeff King
2009-08-09tests: provide $TRASH_DIRECTORY variableJeff King
2009-06-02test-lib: allow exit trap to be used for cleanup by testsClemens Buchacher
2009-06-02test-lib: fail if invalid options are passedClemens Buchacher
2009-04-21test-lib.sh: Help test_create_repo() find the templates dirMichael J Gruber
2009-04-09tests: skip perl tests if NO_PERL is definedJeff King
2009-03-28Merge branch 'maint'Junio C Hamano
2009-03-28Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-03-28test-lib: Clean up comments and Makefile.Emil Sit
2009-03-25Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6tJunio C Hamano
2009-03-25t7502-commit: Skip SIGTERM test on WindowsJohannes Sixt
2009-03-24Merge branch 'js/windows-tests'Junio C Hamano
2009-03-22t3700: Skip a test with backslashes in pathspecJohannes Sixt
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt
2009-03-22Merge branch 'mg/test-installed'Junio C Hamano
2009-03-21test-lib: Infrastructure to test and check for prerequisitesJohannes Sixt
2009-03-19Tests on Windows: $(pwd) must return Windows-style pathsJohannes Sixt
2009-03-19test-lib: Work around missing sum on WindowsJohannes Sixt
2009-03-19test-lib: Work around incompatible sort and find on WindowsJohannes Sixt
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt
2009-03-19test-lib: Simplify test counting.Johannes Sixt
2009-03-19test-lib: Replace uses of $(expr ...) by POSIX shell features.Johannes Sixt
2009-03-16test-lib.sh: Allow running the test suite against installed gitMichael J Gruber
2009-03-16test-lib.sh: Test for presence of git-init in the right path.Michael J Gruber
2009-03-14test-lib: write test results to test-results/<basename>-<pid>Johannes Schindelin
2009-03-05Merge branch 'js/valgrind'Junio C Hamano
2009-02-18Merge branch 'maint'Junio C Hamano
2009-02-18tests: fix "export var=val"Junio C Hamano