aboutsummaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAge
* Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin2008-12-14
* Merge branch 'maint'Shawn O. Pearce2008-10-12
|\
| * test-lib: fix broken printfShawn O. Pearce2008-10-12
* | Merge branch 'maint'Shawn O. Pearce2008-10-10
|\ \ | |/
| * test-lib: fix color reset in say_color()Miklos Vajna2008-10-10
* | test-lib: do not remove trash_directory if called with --debugJohannes Schindelin2008-08-21
* | Merge branch 'jc/test-deeper'Junio C Hamano2008-08-20
|\ \
| * | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-17
| |/
* | Enable parallel testsJohannes Schindelin2008-08-08
|/
* t/test-lib.sh: exit with small negagive int is ok with test_must_failStephan Beyer2008-07-13
* Merge branch 'dr/ceiling'Junio C Hamano2008-07-07
|\
| * Add support for GIT_CEILING_DIRECTORIESDavid Reiss2008-05-23
* | test-lib.sh: show git init output when in verbose modeLea Wiemann2008-06-26
* | Merge branch 'sr/tests'Junio C Hamano2008-06-25
|\ \
| * | Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier2008-06-08
* | | Merge branch 'lw/perlish'Junio C Hamano2008-06-25
|\ \ \
| * | | t/test-lib.sh: add test_external and test_external_without_stderrLea Wiemann2008-06-19
* | | | test-lib.sh: add --long-tests optionLea Wiemann2008-06-19
|/ / /
* | | Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski2008-06-14
* | | t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann2008-06-12
|/ /
* | t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLea Wiemann2008-05-31
* | t/Makefile: "trash" directory was renamed recentlyBrandon Casey2008-05-18
* | Ensure that a test is run in the trash directoryAlex Riesen2008-05-18
|/
* Rename the test trash directory to contain spaces.Bryan Donlan2008-05-05
* test-lib.sh: Fix some missing path quotingBryan Donlan2008-05-05
* test-lib.sh: Add a test_set_editor function to safely set $VISUALBryan Donlan2008-05-05
* test_must_fail: 129 is a valid error code from usage()Junio C Hamano2008-03-27
* Test: catch if trash cannot be removedJunio C Hamano2008-03-18
* add test_cmp function for test scriptsJeff King2008-03-13
* Merge branch 'maint'Junio C Hamano2008-03-07
|\
| * test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano2008-03-07
| * tests: introduce test_must_failJunio C Hamano2008-03-02
* | Merge branch 'cb/http-test'Junio C Hamano2008-03-02
|\ \
| * | http-push: add regression testsClemens Buchacher2008-02-27
* | | use build-time SHELL_PATH in test scriptsJeff King2008-02-29
* | | tests: introduce test_must_failJunio C Hamano2008-02-29
|/ /
* | fix config reading in testsJeff King2008-02-06
* | test: reword the final message of tests with known breakagesJunio C Hamano2008-02-03
* | Sane use of test_expect_failureJunio C Hamano2008-02-01
|/
* Fix typo in a comment in t/test-lib.shMichele Ballabio2008-01-31
* test-lib.sh: move error line after error() declarationMichele Ballabio2007-11-10
* Do no colorify test output if stdout is not a terminalAlex Riesen2007-11-01
* Support a --quiet option in the test-suite.Pierre Habouzit2007-10-24
* Add some fancy colors in the test library when terminal supports it.Pierre Habouzit2007-10-24
* Unset GIT_EDITOR while running tests.Junio C Hamano2007-07-30
* Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-01
|\
| * introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-06
* | War on whitespaceJunio C Hamano2007-06-07
|/
* Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett2007-04-29
* t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano2007-04-24