summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* test-lib: on FreeBSD, look for unzip(1) in /usr/local/bin/js/unzip-in-usr-bin-workaroundJohannes Schindelin2017-01-271-1/+3
* Merge branch 'nd/test-helpers'Junio C Hamano2016-10-311-1/+8
|\
| * valgrind: support test helpersnd/test-helpersRené Scharfe2016-10-271-1/+8
* | Merge branch 'jk/tap-verbose-fix'Junio C Hamano2016-10-261-4/+30
|\ \
| * | test-lib: bail out when "-v" used under "prove"jk/tap-verbose-fixJeff King2016-10-241-0/+10
| * | test-lib: add --verbose-log optionJeff King2016-10-211-3/+19
| * | test-lib: handle TEST_OUTPUT_DIRECTORY with spacesJeff King2016-10-211-2/+2
| * | Merge branch 'jk/test-send-sh-x-trace-elsewhere' into maintJunio C Hamano2016-05-311-0/+13
| |\ \
* | \ \ Merge branch 'jt/accept-capability-advertisement-when-fetching-from-void'Junio C Hamano2016-09-211-0/+4
|\ \ \ \
| * | | | tests: move test_lazy_prereq JGIT to test-lib.shJonathan Tan2016-09-091-0/+4
* | | | | Merge branch 'ep/use-git-trace-curl-in-tests'Junio C Hamano2016-09-121-0/+1
|\ \ \ \ \
| * | | | | test-lib.sh: preserve GIT_TRACE_CURL from the environmentElia Pinto2016-09-071-0/+1
| * | | | | Merge branch 'nd/cache-tree-ita'Junio C Hamano2016-07-251-1/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'nd/test-helpers'Junio C Hamano2016-07-251-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
* | | | | | | test-lib: drop PID from test-results/*.countjk/test-lib-drop-pid-from-resultsJeff King2016-08-301-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'nd/test-helpers' into maintJunio C Hamano2016-08-081-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | t/test-lib.sh: fix running tests with --valgrindJohannes Schindelin2016-07-111-1/+1
* | | | | | Merge branch 'nd/cache-tree-ita' into maintJunio C Hamano2016-08-081-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy2016-07-181-1/+2
| * | | | test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy2016-07-181-1/+3
* | | | | Merge branch 'jk/tzoffset-fix' into maintJunio C Hamano2016-07-151-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | t0006: skip "far in the future" test when unsigned long is not long enoughjk/tzoffset-fixJeff King2016-07-151-0/+9
| * | | | Merge branch 'js/test-lib-windows-emulated-yes' into maintJunio C Hamano2016-02-171-2/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/sanity' into maintJunio C Hamano2016-02-051-5/+13
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jk/test-send-sh-x-trace-elsewhere'Junio C Hamano2016-05-171-0/+13
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | test-lib: set BASH_XTRACEFD automaticallyjk/test-send-sh-x-trace-elsewhereJeff King2016-05-111-0/+13
| * | | | | | Merge branch 'rh/test-color-avoid-terminfo-in-original-home' into maintJunio C Hamano2015-07-271-52/+47
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'sg/test-lib-simplify-expr-away'Junio C Hamano2016-05-031-5/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | test-lib: simplify '--option=value' parsingsg/test-lib-simplify-expr-awaySZEDER Gábor2016-04-221-5/+5
* | | | | | | test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy2016-04-151-2/+2
|/ / / / / /
* | | | | | Merge branch 'js/mingw-tests'Junio C Hamano2016-02-171-1/+1
|\ \ \ \ \ \
| * | | | | | mingw: disable mkfifo-based testsJohannes Schindelin2016-01-271-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'js/test-lib-windows-emulated-yes'Junio C Hamano2016-02-101-2/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | test-lib: limit the output of the yes utilityjs/test-lib-windows-emulated-yesJohannes Schindelin2016-02-021-2/+4
| |/ / / /
* | | | | Merge branch 'jk/sanity'Junio C Hamano2016-01-281-5/+13
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | test-lib: clarify and tighten SANITYjk/sanityJunio C Hamano2016-01-191-5/+13
* | | | 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