summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/test-output'Junio C Hamano2013-05-291-2/+2
|\
| * test output: respect $TEST_OUTPUT_DIRECTORYJohn Keeping2013-04-291-2/+2
* | Merge branch 'jk/test-trash'Junio C Hamano2013-04-181-9/+9
|\ \ | |/
| * t/test-lib.sh: drop "$test" variableJeff King2013-04-141-5/+5
| * t/test-lib.sh: fix TRASH_DIRECTORY handlingJohn Keeping2013-04-141-4/+4
* | Merge branch 'maint'Junio C Hamano2013-04-111-0/+5
|\ \ | |/
| * t: make PIPE a standard test prerequisiteAdam Spiers2013-04-111-0/+5
| * Merge branch 'jk/empty-archive' into maintJunio C Hamano2013-04-031-0/+6
| |\
* | | tests: parameterize --valgrind optionThomas Rast2013-04-011-1/+9
* | | Merge branch 'jk/empty-archive'Junio C Hamano2013-03-251-0/+6
|\ \ \ | |/ / |/| / | |/
| * test-lib: factor out $GIT_UNZIP setupJeff King2013-03-101-0/+6
| * Merge branch 'nd/fix-perf-parameters-in-tests' into maintJunio C Hamano2013-02-071-1/+1
| |\
| * \ Merge branch 'rs/zip-tests' into maintJunio C Hamano2013-01-201-0/+2
| |\ \
* | | | git p4 test: translate windows paths for cygwinPete Wyckoff2013-01-261-0/+3
* | | | Merge branch 'nd/fix-perf-parameters-in-tests'Junio C Hamano2013-01-181-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | test-lib.sh: unfilter GIT_PERF_*Nguyễn Thái Ngọc Duy2013-01-151-1/+1
| |/ /
* | | Merge branch 'rs/zip-tests'Junio C Hamano2013-01-111-0/+2
|\ \ \ | | |/ | |/|
| * | 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
| |\ \
* | \ \ 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
|/ /