aboutsummaryrefslogtreecommitdiff
path: root/t/test-lib-functions.sh
Commit message (Expand)AuthorAge
* Merge branch 'jk/ref-filter-colors'Junio C Hamano2017-08-11
|\
| * t: use test_decode_color rather than literal ANSI codesJeff King2017-07-13
* | t: handle EOF in test_copy_bytes()Jeff King2017-07-17
|/
* t1301: move modebits() to test-lib-functions.shChristian Couder2017-06-25
* tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor2017-03-18
* tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2017-03-18
* Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-10
|\
| * test-lib-functions.sh: teach test_commit -C <dir>Stefan Beller2016-12-09
* | t5000: extract nongit function to test-lib-functions.shJeff King2016-12-16
|/
* test-lib-functions.sh: add lf_to_nul helperJeff Hostetler2016-08-11
* Merge branch 'jk/test-match-signal'Junio C Hamano2016-07-19
|\
| * test_must_fail: use test_match_signalJeff King2016-07-06
| * tests: factor portable signal check out of t0005Jeff King2016-07-06
* | t9300: factor out portable "head -c" replacementJeff King2016-07-01
|/
* test-lib: add in-shell "env" replacementJeff King2016-06-01
* Merge branch 'jc/test-seq' into maintJunio C Hamano2016-05-26
|\
| * test-lib-functions.sh: rewrite test_seq without PerlJunio C Hamano2016-05-09
| * test-lib-functions.sh: remove misleading comment on test_seqJunio C Hamano2016-05-09
| * Merge branch 'ep/fix-test-lib-functions-report' into maintJunio C Hamano2015-05-13
| |\
* | | test_must_fail: report number of unexpected signalJeff King2016-02-25
* | | add "ok=sigpipe" to test_must_fail and use it to fix flaky testsLars Schneider2015-11-28
* | | implement test_might_fail using a refactored test_must_failLars Schneider2015-11-28
* | | test: facilitate debugging Git executables in tests with gdbJohannes Schindelin2015-10-30
* | | test-lib-functions: detect test_when_finished in subshellJohn Keeping2015-09-08
* | | test-lib-functions: support "test_config -C <dir> ..."John Keeping2015-09-08
* | | Merge branch 'jc/test-prereq-validate'Junio C Hamano2015-05-19
|\ \ \
| * | | test: validate prerequistes syntaxJunio C Hamano2015-04-28
| * | | Merge branch 'jc/diff-test-updates' into maintJunio C Hamano2015-03-13
| |\ \ \
* | \ \ \ Merge branch 'ep/fix-test-lib-functions-report'Junio C Hamano2015-05-05
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | test-lib-functions.sh: fix the second argument to some helper functionsElia Pinto2015-04-16
* | | | Merge branch 'jc/diff-test-updates'Junio C Hamano2015-03-05
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | test_ln_s_add: refresh stat info of fake symbolic linksJohannes Sixt2015-02-23
* | | Merge branch 'da/mergetool-tests'Junio C Hamano2014-10-21
|\ \ \
| * | | test-lib-functions: adjust style to match CodingGuidelinesDavid Aguilar2014-10-16
* | | | t5304: use helper to report failure of "test foo = bar"Jeff King2014-10-13
* | | | Merge branch 'jl/submodule-tests'Junio C Hamano2014-07-21
|\ \ \ \
| * | | | test-lib: add test_dir_is_empty()Jens Lehmann2014-06-20
* | | | | Merge branch 'ep/avoid-test-a-o'Junio C Hamano2014-06-25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | t/test-lib-functions.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-09
* | | | | Merge branch 'sk/test-cmp-bin'Junio C Hamano2014-06-16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | t5000, t5003: do not use test_cmp to compare binary filesStepan Kasal2014-06-04
| |/ / /
* | | | Merge branch 'mt/patch-id-stable' (early part)Junio C Hamano2014-06-16
|\ \ \ \ | |/ / / |/| | |
| * | | test: add test_write_lines helperMichael S. Tsirkin2014-06-10
* | | | Merge branch 'tg/index-v4-format'Junio C Hamano2014-03-14
|\ \ \ \
| * | | | test-lib: allow setting the index format versionThomas Gummerer2014-02-24
| |/ / /
* | | | tests: turn on network daemon tests by defaultJeff King2014-02-14
|/ / /
* | | test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-26
|/ /
* | Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano2013-11-04
|\ \
| * | t: use perl instead of "$PERL_PATH" where applicableJeff King2013-10-29
| * | t: provide a perl() function which uses $PERL_PATHJeff King2013-10-29