summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/test-with-x'Junio C Hamano2015-08-191-2/+11
|\
| * test-lib: disable trace when test is not verbosejk/test-with-xJeff King2015-08-071-2/+6
| * test-lib: turn off "-x" tracing during chain-lint checkJeff King2015-08-071-0/+5
* | Merge branch 'rh/test-color-avoid-terminfo-in-original-home'Junio C Hamano2015-07-101-52/+47
|\ \
| * | test-lib.sh: fix color support when tput needs ~/.terminforh/test-color-avoid-terminfo-in-original-homeRichard Hansen2015-06-171-29/+28
| * | Revert "test-lib.sh: do tests for color support after changing HOME"Richard Hansen2015-06-171-47/+43
* | | Merge branch 'jk/test-chain-lint'Junio C Hamano2015-05-191-1/+1
|\ \ \ | | |/ | |/|
| * | test-lib: turn on GIT_TEST_CHAIN_LINT by defaultjk/test-chain-lintJeff King2015-04-281-1/+1
* | | Merge branch 'jk/test-chain-lint'Junio C Hamano2015-03-261-0/+16
|\ \ \ | |/ /
| * | t/test-lib: introduce --chain-lint optionJeff King2015-03-201-0/+16
| * | Merge branch 'jk/sanity'Junio C Hamano2015-02-251-3/+27
| |\ \ | | |/ | |/|
* | | t5541: move run_with_cmdline_limit to test-lib.shJeff King2015-03-121-0/+6
* | | t: redirect stderr GIT_TRACE to descriptor 4Jeff King2015-03-121-4/+1
* | | t: translate SIGINT to an exitJeff King2015-03-121-0/+1
* | | Merge branch 'jk/sanity' into maintJunio C Hamano2015-03-051-3/+27
|\ \ \ | |/ / |/| / | |/
| * test-lib.sh: set prerequisite SANITY by testing what we really needTorsten Bögershausen2015-02-151-3/+22
| * t/lib-httpd: switch SANITY check for NOT_ROOTJeff King2015-01-161-0/+5
* | test-lib.sh: do tests for color support after changing HOMERichard Hansen2015-01-071-43/+47
* | test-lib: use 'test ...' instead of '[ ... ]'Richard Hansen2015-01-071-3/+3
* | Merge branch 'jk/test-asan'Junio C Hamano2014-12-221-0/+3
|\ \
| * | t: support clang/gcc AddressSanitizerjk/test-asanJeff King2014-12-111-0/+3
* | | Sync with v2.1.4Junio C Hamano2014-12-171-1/+5
|\ \ \ | |/ / |/| / | |/
| * Sync with v2.0.5Junio C Hamano2014-12-171-1/+5
| |\
| | * Sync with v1.9.5Junio C Hamano2014-12-171-1/+5
| | |\
| | | * Sync with v1.8.5.6Junio C Hamano2014-12-171-1/+5
| | | |\
| | | | * read-cache: optionally disallow HFS+ .git variantsJeff King2014-12-171-1/+5
* | | | | test-lib.sh: support -x option for shell-tracingjk/test-shell-traceJeff King2014-10-131-4/+38
* | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-1/+2
|\ \ \ \ \
| * | | | | signed push: teach smart-HTTP to pass "git push --signed" aroundJunio C Hamano2014-09-171-1/+2
| |/ / / /
* | | | | Merge branch 'tb/crlf-tests'Junio C Hamano2014-09-191-0/+1
|\ \ \ \ \
| * | | | | MinGW: update tests to handle a native eol of crlftb/crlf-testsBrice Lambson2014-09-021-0/+1
* | | | | | Merge branch 'jc/not-mingw-cygwin'Junio C Hamano2014-09-091-4/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | test prerequisites: eradicate NOT_FOOJunio C Hamano2014-07-211-4/+0
| |/ / / /
* | | | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | trace: disable additional trace output for unit testsKarsten Blees2014-07-131-0/+4
* | | | | Merge branch 'jc/test-lazy-prereq' (early part)Junio C Hamano2014-06-201-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | test: turn USR_BIN_TIME into a lazy prerequisiteJunio C Hamano2014-06-091-0/+4
| * | | | test: turn EXPENSIVE into a lazy prerequisiteJunio C Hamano2014-06-091-0/+4
| | |_|/ | |/| |
* | | | Merge branch 'ib/test-selectively-run'Junio C Hamano2014-06-161-4/+115
|\ \ \ \
| * | | | test-lib: '--run' to run only specific testsIlya Bobyr2014-06-061-0/+108
| * | | | test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-061-5/+8
| | |/ / | |/| |
* | | | test-lib: preserve GIT_CURL_VERBOSE from the environmentJeff King2014-05-231-0/+1
|/ / /
* | | Merge branch 'jk/tests-cleanup'Junio C Hamano2014-03-311-1/+0
|\ \ \
| * | | t/test-lib: drop redundant unset of GIT_CONFIGJeff King2014-03-211-1/+0
* | | | Merge branch 'us/printf-not-echo'Junio C Hamano2014-03-251-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | test-lib.sh: do not "echo" caller-supplied stringsus/printf-not-echoUwe Storbeck2014-03-181-2/+2
| |/ /
* | | test-lib: allow setting the index format versionThomas Gummerer2014-02-241-0/+6
|/ /
* | Merge branch 'jk/test-framework-updates'Junio C Hamano2014-01-101-2/+0
|\ \
| * | t0000: simplify HARNESS_ACTIVE hackJeff King2014-01-021-2/+0
| |/
* | Merge branch 'jn/scripts-updates'Junio C Hamano2013-12-121-5/+7
|\ \