summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)AuthorFilesLines
2009-02-03tests: fix test_commit() for case insensitive filesystemsJunio C Hamano1-1/+1
2009-01-28test-lib.sh: introduce test_commit() and test_merge() helpersJohannes Schindelin1-0/+25
2009-01-19use uppercase POSIX compliant signals for the 'trap' commandMarkus Heidelberg1-5/+5
2008-12-14Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin1-1/+0
2008-10-12Merge branch 'maint'Shawn O. Pearce1-1/+1
2008-10-12test-lib: fix broken printfShawn O. Pearce1-1/+1
2008-10-10Merge branch 'maint'Shawn O. Pearce1-1/+2
2008-10-10test-lib: fix color reset in say_color()Miklos Vajna1-1/+2
2008-08-21test-lib: do not remove trash_directory if called with --debugJohannes Schindelin1-1/+1
2008-08-20Merge branch 'jc/test-deeper'Junio C Hamano1-1/+1
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano1-1/+1
2008-08-08Enable parallel testsJohannes Schindelin1-1/+7
2008-07-13t/test-lib.sh: exit with small negagive int is ok with test_must_failStephan Beyer1-1/+1
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano1-0/+1
2008-06-26test-lib.sh: show git init output when in verbose modeLea Wiemann1-1/+1
2008-06-25Merge branch 'sr/tests'Junio C Hamano1-1/+14
2008-06-25Merge branch 'lw/perlish'Junio C Hamano1-0/+58
2008-06-19t/test-lib.sh: add test_external and test_external_without_stderrLea Wiemann1-0/+58
2008-06-19test-lib.sh: add --long-tests optionLea Wiemann1-0/+2
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski1-1/+1
2008-06-12t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann1-1/+1
2008-06-08Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier1-1/+14
2008-05-31t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLea Wiemann1-1/+3
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss1-0/+1
2008-05-18t/Makefile: "trash" directory was renamed recentlyBrandon Casey1-1/+1
2008-05-18Ensure that a test is run in the trash directoryAlex Riesen1-1/+1
2008-05-05Rename the test trash directory to contain spaces.Bryan Donlan1-2/+2
2008-05-05test-lib.sh: Fix some missing path quotingBryan Donlan1-1/+1
2008-05-05test-lib.sh: Add a test_set_editor function to safely set $VISUALBryan Donlan1-0/+16
2008-03-27test_must_fail: 129 is a valid error code from usage()Junio C Hamano1-1/+1
2008-03-18Test: catch if trash cannot be removedJunio C Hamano1-1/+6
2008-03-13add test_cmp function for test scriptsJeff King1-0/+18
2008-03-07Merge branch 'maint'Junio C Hamano1-7/+17
2008-03-07test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano1-7/+17
2008-03-02tests: introduce test_must_failJunio C Hamano1-0/+17
2008-03-02Merge branch 'cb/http-test'Junio C Hamano1-2/+7
2008-02-29use build-time SHELL_PATH in test scriptsJeff King1-0/+2
2008-02-29tests: introduce test_must_failJunio C Hamano1-0/+17
2008-02-27http-push: add regression testsClemens Buchacher1-2/+7
2008-02-06fix config reading in testsJeff King1-2/+5
2008-02-03test: reword the final message of tests with known breakagesJunio C Hamano1-2/+5
2008-02-01Sane use of test_expect_failureJunio C Hamano1-4/+26
2008-01-31Fix typo in a comment in t/test-lib.shMichele Ballabio1-1/+1
2007-11-10test-lib.sh: move error line after error() declarationMichele Ballabio1-5/+10
2007-11-01Do no colorify test output if stdout is not a terminalAlex Riesen1-0/+1
2007-10-24Support a --quiet option in the test-suite.Pierre Habouzit1-1/+4
2007-10-24Add some fancy colors in the test library when terminal supports it.Pierre Habouzit1-17/+45
2007-07-30Unset GIT_EDITOR while running tests.Junio C Hamano1-0/+1
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano1-0/+1
2007-06-07War on whitespaceJunio C Hamano1-1/+1