summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2010-07-16Only run aggregate-results over actual countsThomas Rast
2010-07-12test-lib: TAP compliance for skipping tests on requestMichael J Gruber
2010-07-12test-lib: simplify GIT_SKIP_TESTS loopMichael J Gruber
2010-06-25test-lib: output a newline before "ok" under a TAP harnessÆvar Arnfjörð Bjarmason
2010-06-25test-lib: Make the test_external_* functions TAP-awareÆvar Arnfjörð Bjarmason
2010-06-25test-lib: Adjust output to be valid TAP formatÆvar Arnfjörð Bjarmason
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-11test-lib: use DIFF definition from GIT-BUILD-OPTIONSJunio C Hamano
2010-06-01fixup: do not unconditionally disable "diff -u"Junio C Hamano
2010-05-21Merge branch 'jn/gitweb-caching-prep'Junio C Hamano
2010-05-21Merge branch 'jn/t7006-fixup'Junio C Hamano
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-05-01Export more test-related variables when running external testsJakub Narebski
2010-04-15t7006: guard cleanup with test_expect_successJonathan Nieder
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