summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'as/test-tweaks'Junio C Hamano2013-01-031-11/+18
|\
| * tests: paint unexpectedly fixed known breakages in bold redAdam Spiers2012-12-201-4/+9
| * tests: change info messages from yellow/brown to cyanAdam Spiers2012-12-201-3/+3
| * tests: paint skipped tests in blueAdam Spiers2012-12-201-1/+1
| * tests: paint known breakages in yellowAdam Spiers2012-12-201-2/+4
| * tests: test number comes first in 'not ok $count - $message'Adam Spiers2012-12-161-1/+1
* | Merge branch 'fc/remote-hg'Junio C Hamano2012-11-291-1/+2
|\ \
| * | test-lib: avoid full path to store test resultsFelipe Contreras2012-11-041-1/+2
* | | t7502: factor out autoident prerequisiteJeff King2012-11-151-0/+6
|/ /
* | Merge branch 'jc/test-say-color-avoid-echo-escape'Jeff King2012-10-251-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