summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | remove #!interpreter line from shell librariesjn/scripts-updatesJonathan Nieder2013-11-261-4/+2
| * | test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-261-1/+1
| * | test: make FILEMODE a lazy prereqJonathan Nieder2013-11-261-0/+4
| |/
* | test-lib.sh: convert $TEST_DIRECTORY to an absolute pathFelipe Contreras2013-11-181-0/+4
|/
* Merge branch 'js/tests-windows-port-fix'Junio C Hamano2013-11-011-0/+1
|\
| * Windows: a test_cmp that is agnostic to random LF <> CRLF conversionsJohannes Sixt2013-10-281-0/+1
* | Merge branch 'tr/valgrind-test-fix'Junio C Hamano2013-10-301-99/+34
|\ \
| * | Revert "test-lib: allow prefixing a custom string before "ok N" etc."tr/valgrind-test-fixThomas Rast2013-10-221-15/+12
| * | Revert "test-lib: support running tests under valgrind in parallel"Thomas Rast2013-10-221-84/+22
* | | Sync with v1.8.4.2Junio C Hamano2013-10-281-1/+1
|\ \ \ | |_|/ |/| |
| * | test-lib: fix typo in commentTorstein Hegge2013-10-281-1/+1
| |/
* | git_remote_helpers: remove little used Python libraryjk/remove-remote-helpers-in-pythonJohn Keeping2013-09-091-9/+0
|/
* Merge branch 'ml/avoid-using-grep-on-crlf-files'Junio C Hamano2013-07-241-0/+2
|\
| * test-lib.sh - define and use GREP_STRIPS_CRml/avoid-using-grep-on-crlf-filesMark Levedahl2013-07-181-0/+2
* | Merge branch 'bp/mediawiki-preview'Junio C Hamano2013-07-181-0/+1
|\ \
| * | wrap-for-bin: make bin-wrappers chainableBenoit Person2013-07-081-0/+1
* | | Merge branch 'ml/cygwin-does-not-have-fifo'Junio C Hamano2013-07-121-1/+8
|\ \ \
| * | | test-lib.sh - cygwin does not have usable FIFOsml/cygwin-does-not-have-fifoMark Levedahl2013-07-051-1/+8
* | | | Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano2013-07-051-49/+197
|\ \ \ \ | |_|/ / |/| | |
| * | | test-lib: support running tests under valgrind in parallelThomas Rast2013-06-231-22/+84
| * | | test-lib: allow prefixing a custom string before "ok N" etc.Thomas Rast2013-06-231-12/+15
| * | | test-lib: valgrind for only tests matching a patternThomas Rast2013-06-231-1/+35
| * | | test-lib: verbose mode for only tests matching a patternThomas Rast2013-06-231-0/+31
| * | | test-lib: self-test that --verbose worksThomas Rast2013-06-231-0/+2
| * | | test-lib: rearrange start/end of test_expect_* and test_skipThomas Rast2013-06-181-1/+8
| * | | test-lib: refactor $GIT_SKIP_TESTS matchingThomas Rast2013-06-181-17/+24