summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)AuthorFilesLines
2009-02-18tests: fix "export var=val"Libravatar Junio C Hamano1-1/+1
2008-12-14Get rid of the last remnants of GIT_CONFIG_LOCALLibravatar Johannes Schindelin1-1/+0
2008-10-12Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+1
2008-10-12test-lib: fix broken printfLibravatar Shawn O. Pearce1-1/+1
2008-10-10Merge branch 'maint'Libravatar Shawn O. Pearce1-1/+2
2008-10-10test-lib: fix color reset in say_color()Libravatar Miklos Vajna1-1/+2
2008-08-21test-lib: do not remove trash_directory if called with --debugLibravatar Johannes Schindelin1-1/+1
2008-08-20Merge branch 'jc/test-deeper'Libravatar Junio C Hamano1-1/+1
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryLibravatar Junio C Hamano1-1/+1
2008-08-08Enable parallel testsLibravatar Johannes Schindelin1-1/+7
2008-07-13t/test-lib.sh: exit with small negagive int is ok with test_must_failLibravatar Stephan Beyer1-1/+1
2008-07-07Merge branch 'dr/ceiling'Libravatar Junio C Hamano1-0/+1
2008-06-26test-lib.sh: show git init output when in verbose modeLibravatar Lea Wiemann1-1/+1
2008-06-25Merge branch 'sr/tests'Libravatar Junio C Hamano1-1/+14
2008-06-25Merge branch 'lw/perlish'Libravatar Junio C Hamano1-0/+58
2008-06-19t/test-lib.sh: add test_external and test_external_without_stderrLibravatar Lea Wiemann1-0/+58
2008-06-19test-lib.sh: add --long-tests optionLibravatar Lea Wiemann1-0/+2
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shLibravatar Jakub Narebski1-1/+1
2008-06-12t/.gitattributes: only ignore whitespace errors in test filesLibravatar Lea Wiemann1-1/+1
2008-06-08Modify test-lib.sh to output stats to t/test-results/*Libravatar Sverre Rabbelier1-1/+14
2008-05-31t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLibravatar Lea Wiemann1-1/+3
2008-05-23Add support for GIT_CEILING_DIRECTORIESLibravatar David Reiss1-0/+1
2008-05-18t/Makefile: "trash" directory was renamed recentlyLibravatar Brandon Casey1-1/+1
2008-05-18Ensure that a test is run in the trash directoryLibravatar Alex Riesen1-1/+1
2008-05-05Rename the test trash directory to contain spaces.Libravatar Bryan Donlan1-2/+2
2008-05-05test-lib.sh: Fix some missing path quotingLibravatar Bryan Donlan1-1/+1
2008-05-05test-lib.sh: Add a test_set_editor function to safely set $VISUALLibravatar Bryan Donlan1-0/+16
2008-03-27test_must_fail: 129 is a valid error code from usage()Libravatar Junio C Hamano1-1/+1
2008-03-18Test: catch if trash cannot be removedLibravatar Junio C Hamano1-1/+6
2008-03-13add test_cmp function for test scriptsLibravatar Jeff King1-0/+18
2008-03-07Merge branch 'maint'Libravatar Junio C Hamano1-7/+17
2008-03-07test-lib: fix TERM to dumb for test repeatabilityLibravatar Junio C Hamano1-7/+17
2008-03-02tests: introduce test_must_failLibravatar Junio C Hamano1-0/+17
2008-03-02Merge branch 'cb/http-test'Libravatar Junio C Hamano1-2/+7
2008-02-29use build-time SHELL_PATH in test scriptsLibravatar Jeff King1-0/+2
2008-02-29tests: introduce test_must_failLibravatar Junio C Hamano1-0/+17
2008-02-27http-push: add regression testsLibravatar Clemens Buchacher1-2/+7
2008-02-06fix config reading in testsLibravatar Jeff King1-2/+5
2008-02-03test: reword the final message of tests with known breakagesLibravatar Junio C Hamano1-2/+5
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-4/+26
2008-01-31Fix typo in a comment in t/test-lib.shLibravatar Michele Ballabio1-1/+1
2007-11-10test-lib.sh: move error line after error() declarationLibravatar Michele Ballabio1-5/+10
2007-11-01Do no colorify test output if stdout is not a terminalLibravatar Alex Riesen1-0/+1
2007-10-24Support a --quiet option in the test-suite.Libravatar Pierre Habouzit1-1/+4
2007-10-24Add some fancy colors in the test library when terminal supports it.Libravatar Pierre Habouzit1-17/+45
2007-07-30Unset GIT_EDITOR while running tests.Libravatar Junio C Hamano1-0/+1
2007-07-01Merge branch 'ei/worktree+filter'Libravatar Junio C Hamano1-0/+1
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-06-06introduce GIT_WORK_TREE to specify the work treeLibravatar Matthias Lederhofer1-0/+1
2007-04-29Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILLibravatar Josh Triplett1-0/+1