summaryrefslogtreecommitdiffstats
path: root/t/test-lib.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/drop-sha1-entry-pos'Junio C Hamano2017-08-221-1/+0
|\
| * sha1_file: drop experimental GIT_USE_LOOKUP searchJeff King2017-08-091-1/+0
* | Merge branch 'jk/build-with-asan'Junio C Hamano2017-07-141-3/+8
|\ \
| * | test-lib: turn on ASan abort_on_error by defaultJeff King2017-07-101-1/+1
| * | test-lib: set ASAN_OPTIONS variable before we run gitJeff King2017-07-101-3/+8
* | | Merge branch 'ab/pcre-v2'Junio C Hamano2017-06-191-1/+1
|\ \ \
| * | | grep: add support for PCRE v2Ævar Arnfjörð Bjarmason2017-06-021-1/+1
* | | | Merge branch 'ab/grep-preparatory-cleanup'Junio C Hamano2017-06-021-1/+2
|\| | |
| * | | test-lib: add a PTHREADS prerequisiteÆvar Arnfjörð Bjarmason2017-05-261-0/+1
| * | | grep: change the internal PCRE macro names to be PCRE1Ævar Arnfjörð Bjarmason2017-05-261-1/+1
| * | | test-lib: rename the LIBPCRE prerequisite to PCREÆvar Arnfjörð Bjarmason2017-05-211-1/+1
* | | | Merge branch 'jc/skip-test-in-the-middle'Junio C Hamano2017-05-301-8/+13
|\ \ \ \ | | |/ / | |/| |
| * | | test: allow skipping the remainderJunio C Hamano2017-05-181-8/+13
| |/ /
* | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-161-0/+3
|\ \ \
| * | | t0006 & t5000: skip "far in the future" test when time_t is too limitedJohannes Schindelin2017-04-211-0/+1
| * | | t0006 & t5000: prepare for 64-bit timestampsJohannes Schindelin2017-04-211-0/+2
| |/ /
* | | Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano2017-05-161-4/+8
|\ \ \ | |/ / |/| |
| * | test-lib: retire $remove_trash variableJunio C Hamano2017-04-251-6/+4
| * | test-lib.sh: do not barf under --debug at the end of the testJunio C Hamano2017-04-251-5/+8
| * | test-lib: abort when can't remove trash directorySZEDER Gábor2017-04-241-2/+5
* | | Merge branch 'jc/lint-runaway-here-doc'Junio C Hamano2017-03-271-3/+3
|\ \ \ | |_|/ |/| |
| * | tests: lint for run-away here-docJunio C Hamano2017-03-241-3/+3
* | | tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2017-03-181-0/+1
|/ /
* / test-lib: on FreeBSD, look for unzip(1) in /usr/local/bin/Johannes Schindelin2017-01-271-1/+3
|/
* Merge branch 'nd/test-helpers'Junio C Hamano2016-10-311-1/+8
|\
| * valgrind: support test helpersRené Scharfe2016-10-281-1/+8
* | Merge branch 'jk/tap-verbose-fix'Junio C Hamano2016-10-261-4/+30
|\ \
| * | test-lib: bail out when "-v" used under "prove"Jeff 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-221-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-131-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/*.countJeff 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 enoughJeff 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 automaticallyJeff King2016-05-111-0/+13
| * | | | | | Merge branch 'rh/test-color-avoid-terminfo-in-original-home' into maintJunio C Hamano2015-07-271-52/+47
| |\ \ \ \ \ \