summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dr/ceiling'Junio C Hamano2008-07-071-0/+1
|\
| * Add support for GIT_CEILING_DIRECTORIESDavid Reiss2008-05-231-0/+1
* | test-lib.sh: show git init output when in verbose modeLea Wiemann2008-06-261-1/+1
* | Merge branch 'sr/tests'Junio C Hamano2008-06-251-1/+14
|\ \
| * | Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier2008-06-081-1/+14
* | | Merge branch 'lw/perlish'Junio C Hamano2008-06-251-0/+58
|\ \ \
| * | | t/test-lib.sh: add test_external and test_external_without_stderrLea Wiemann2008-06-191-0/+58
* | | | test-lib.sh: add --long-tests optionLea Wiemann2008-06-191-0/+2
|/ / /
* | | Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski2008-06-141-1/+1
* | | t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann2008-06-121-1/+1
|/ /
* | t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLea Wiemann2008-05-311-1/+3
* | t/Makefile: "trash" directory was renamed recentlyBrandon Casey2008-05-181-1/+1
* | Ensure that a test is run in the trash directoryAlex Riesen2008-05-181-1/+1
|/
* Rename the test trash directory to contain spaces.Bryan Donlan2008-05-051-2/+2
* test-lib.sh: Fix some missing path quotingBryan Donlan2008-05-051-1/+1
* test-lib.sh: Add a test_set_editor function to safely set $VISUALBryan Donlan2008-05-051-0/+16
* test_must_fail: 129 is a valid error code from usage()Junio C Hamano2008-03-271-1/+1
* Test: catch if trash cannot be removedJunio C Hamano2008-03-181-1/+6
* add test_cmp function for test scriptsJeff King2008-03-131-0/+18
* Merge branch 'maint'Junio C Hamano2008-03-071-7/+17
|\
| * test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano2008-03-071-7/+17
| * tests: introduce test_must_failJunio C Hamano2008-03-021-0/+17
* | Merge branch 'cb/http-test'Junio C Hamano2008-03-021-2/+7
|\ \
| * | http-push: add regression testsClemens Buchacher2008-02-271-2/+7
* | | use build-time SHELL_PATH in test scriptsJeff King2008-02-291-0/+2
* | | tests: introduce test_must_failJunio C Hamano2008-02-291-0/+17
|/ /
* | fix config reading in testsJeff King2008-02-061-2/+5
* | test: reword the final message of tests with known breakagesJunio C Hamano2008-02-031-2/+5
* | Sane use of test_expect_failureJunio C Hamano2008-02-011-4/+26
|/
* Fix typo in a comment in t/test-lib.shMichele Ballabio2008-01-311-1/+1
* test-lib.sh: move error line after error() declarationMichele Ballabio2007-11-101-5/+10
* Do no colorify test output if stdout is not a terminalAlex Riesen2007-11-011-0/+1
* Support a --quiet option in the test-suite.Pierre Habouzit2007-10-241-1/+4
* Add some fancy colors in the test library when terminal supports it.Pierre Habouzit2007-10-241-17/+45
* Unset GIT_EDITOR while running tests.Junio C Hamano2007-07-301-0/+1
* Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-0/+1
|\
| * introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-061-0/+1
* | War on whitespaceJunio C Hamano2007-06-071-1/+1
|/
* Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett2007-04-291-0/+1
* t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano2007-04-241-0/+4
* Fix permissions on test scriptsAlex Riesen2007-04-161-0/+0
* Update tests to use test-chmtimeEric Wong2007-02-251-0/+6
* Make tests independent of global config filesJohannes Schindelin2007-02-221-2/+2
* Default GIT_MERGE_VERBOSITY to 5 during tests.Shawn O. Pearce2007-02-031-0/+2
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-2/+2
* Fix timestamp for test-tickJunio C Hamano2007-01-061-3/+3
* t5400 send-pack test: try a bit more nontrivial transfer.Junio C Hamano2006-12-291-0/+11
* GIT_SKIP_TESTS: allow users to omit tests that are known to breakJunio C Hamano2006-12-281-18/+70
* test-lib: quiet down init-db output for testsEric Wong2006-12-281-1/+1
* Introduce GIT_TEMPLATE_DIRJohannes Schindelin2006-12-191-1/+2