summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* t0024, t5000: clear variable UNZIP, use GIT_UNZIP insteadRené Scharfe2013-01-061-0/+2
* Merge branch 'jc/test-say-color-avoid-echo-escape' into maintJunio C Hamano2012-11-181-1/+1
|\
| * test-lib: Fix say_color () not to interpret \a\b\c in the messageJunio C Hamano2012-10-111-1/+1
* | Merge branch 'ep/malloc-check-perturb'Junio C Hamano2012-10-011-1/+1
|\ \
| * | MALLOC_CHECK: enable it, unless disabled explicitlyRené Scharfe2012-09-261-1/+1
* | | Merge branch 'rr/test-use-shell-path-not-shell'Junio C Hamano2012-09-291-16/+16
|\ \ \
| * | | test-lib: use $SHELL_PATH, not $SHELLRamkumar Ramachandra2012-09-251-16/+16
* | | | Merge branch 'rr/test-make-sure-we-have-git'Junio C Hamano2012-09-251-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | t/test-lib: make sure Git has already been builtRamkumar Ramachandra2012-09-181-0/+9
* | | | MALLOC_CHECK: various clean-upsJunio C Hamano2012-09-171-6/+20
* | | | Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detectin...Elia Pinto2012-09-141-0/+9
* | | | Merge branch 'rj/tap-fix'Junio C Hamano2012-09-141-23/+46
|\ \ \ \ | |/ / / |/| | |
| * | | test-lib.sh: Suppress the "passed all ..." message if no tests runRamsay Jones2012-09-021-1/+4
| * | | test-lib.sh: Add check for invalid use of 'skip_all' facilityRamsay Jones2012-09-021-0/+4
| * | | test-lib.sh: Fix some shell coding style violationsRamsay Jones2012-09-021-22/+38
| |/ /
* | | test-lib: provide UTF8 behaviour as a prerequisiteMichael J Gruber2012-07-271-0/+13
* | | test-lib: provide case insensitivity as a prerequisiteMichael J Gruber2012-07-271-0/+6
* | | test: allow prerequisite to be evaluated lazilyJunio C Hamano2012-07-271-3/+4
|/ /
* | Merge branch 'jc/test-lib-source-build-options-early'Junio C Hamano2012-07-251-23/+22
|\ \
| * | test-lib: reorder and include GIT-BUILD-OPTIONS a lot earlierJunio C Hamano2012-06-241-23/+22
* | | Merge branch 'mm/config-xdg'Junio C Hamano2012-07-251-0/+1
|\ \ \ | |/ / |/| |
| * | test-lib.sh: unset XDG_CONFIG_HOMEJeff King2012-07-241-0/+1
* | | t/test-lib.sh: export PERL_PATH for use in scriptsJunio C Hamano2012-06-241-0/+2
|/ /
* | Merge branch 'zj/mksh-columns-breakage'Junio C Hamano2012-05-021-0/+1
|\ \
| * | test-lib: skip test with COLUMNS=1 under mkshZbigniew Jędrzejewski-Szmek2012-04-271-0/+1
* | | tests: unset COLUMNS inherited from environmentZbigniew Jędrzejewski-Szmek2012-03-271-1/+1
* | | Merge branch 'maint'Junio C Hamano2012-03-041-4/+5
|\ \ \ | |/ / |/| / | |/
| * tests: fix spurious error when run directly with Solaris /usr/xpg4/bin/shStefano Lattarini2012-03-021-4/+5
* | Introduce a performance testing frameworkThomas Rast2012-02-171-3/+23
* | Move the user-facing test library to test-lib-functions.shThomas Rast2012-02-171-549/+3
* | Merge branch 'jk/tests-write-script'Junio C Hamano2012-02-101-0/+9
|\ \ | |/
| * tests: add write_script helper functionJunio C Hamano2012-02-031-0/+9
* | Merge branch 'jc/pull-signed-tag'Junio C Hamano2012-01-311-1/+2
|\ \
| * | merge: use editor by default in interactive sessionsJunio C Hamano2012-01-231-1/+2
* | | test-lib: add the test_pause convenience functionjl/test-pauseJens Lehmann2012-01-171-0/+13
| |/ |/|
* | Merge branch 'jk/maint-do-not-feed-stdin-to-tests'Junio C Hamano2011-12-221-1/+2
|\ \
| * | test-lib: redirect stdin of testsjk/maint-do-not-feed-stdin-to-testsJeff King2011-12-151-1/+2
* | | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-191-0/+3
|\ \ \
| * | | i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-0/+3
| | |/ | |/|
* | | test-lib: add test_config_global variantJeff King2011-12-111-0/+5
|/ /
* | Merge branch 'tr/mergetool-valgrind'Junio C Hamano2011-10-051-0/+2
|\ \ | |/ |/|
| * Symlink mergetools scriptlets into valgrind wrappersThomas Rast2011-08-301-0/+2
* | Merge branch 'jk/color-and-pager'Junio C Hamano2011-08-281-0/+18
|\ \ | |/ |/|
| * test-lib: add helper functions for configJeff King2011-08-181-0/+18
* | Merge branch 'rt/zlib-smaller-window'Junio C Hamano2011-08-231-0/+4
|\ \
| * | test: consolidate definition of $LFJunio C Hamano2011-08-111-0/+4
| |/
* | test: cope better with use of return for errorsJonathan Nieder2011-08-081-2/+8
* | test: simplify return value of test_run_Jonathan Nieder2011-08-081-5/+3
|/
* Merge branch 'maint-1.7.5' into maintJunio C Hamano2011-06-291-2/+10
|\
| * test: skip clean-up when running under --immediate modeJunio C Hamano2011-06-291-2/+10