summaryrefslogtreecommitdiffstats
path: root/t/test-lib-functions.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/range-diff-colors'Junio C Hamano2018-09-171-0/+2
|\
| * test_decode_color: understand FAINT and ITALICStefan Beller2018-08-141-0/+2
* | t7406: prefer test_* helper functions to test -[feds]Elijah Newren2018-08-081-0/+8
|/
* Merge branch 'js/test-unset-prereq'Junio C Hamano2018-05-231-1/+13
|\
| * tests: introduce test_unset_prereq, for debuggingJohannes Schindelin2018-04-301-1/+13
* | Make running git under other debugger-like programs easyElijah Newren2018-04-251-4/+20
* | Merge branch 'jc/test-must-be-empty'Junio C Hamano2018-04-111-5/+2
|\ \ | |/ |/|
| * test_must_be_empty: simplify file existence checkSZEDER Gábor2018-03-281-5/+2
* | Merge branch 'sg/test-x'Junio C Hamano2018-03-141-12/+12
|\ \
| * | t: prevent '-x' tracing from interfering with test helpers' stderrSZEDER Gábor2018-02-271-12/+12
* | | Merge branch 'jc/test-must-be-empty'Junio C Hamano2018-03-081-1/+5
|\ \ \ | | |/ | |/|
| * | test_must_be_empty: make sure the file exists, not just emptyJunio C Hamano2018-02-271-1/+5
* | | Merge branch 'jk/test-helper-v-output-fix'Junio C Hamano2018-03-061-10/+10
|\ \ \
| * | | t: send verbose test-helper output to fd 4Jeff King2018-02-221-10/+10
| | |/ | |/|
* | | Merge branch 'sg/doc-test-must-fail-args'Junio C Hamano2018-02-271-0/+10
|\ \ \ | |/ / |/| |
| * | t: document 'test_must_fail ok=<signal-name>'SZEDER Gábor2018-02-121-0/+10
| * | Merge branch 'jk/ref-filter-colors' into maintJunio C Hamano2017-08-231-0/+1
| |\ \
* | \ \ Merge branch 'sg/test-i18ngrep'Junio C Hamano2018-02-211-0/+54
|\ \ \ \
| * | | | t: make 'test_i18ngrep' more informative on failureSZEDER Gábor2018-02-081-4/+20
| * | | | t: validate 'test_i18ngrep's parametersSZEDER Gábor2018-02-081-0/+12
| * | | | t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'SZEDER Gábor2018-02-081-0/+26
| | |_|/ | |/| |
* / | | t/lib-git-daemon: add network-protocol helpersJeff King2018-01-251-0/+34
|/ / /
* | | Merge branch 'jk/ref-filter-colors'Junio C Hamano2017-08-111-0/+1
|\ \ \ | |/ / |/| / | |/
| * t: use test_decode_color rather than literal ANSI codesJeff King2017-07-131-0/+1
* | t: handle EOF in test_copy_bytes()Jeff King2017-07-171-0/+1
|/
* t1301: move modebits() to test-lib-functions.shChristian Couder2017-06-251-0/+5
* tests: make the 'test_pause' helper work in non-verbose modeSZEDER Gábor2017-03-181-7/+2
* tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2017-03-181-1/+1
* Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-111-5/+15
|\
| * test-lib-functions.sh: teach test_commit -C <dir>Stefan Beller2016-12-091-5/+15
* | t5000: extract nongit function to test-lib-functions.shJeff King2016-12-161-0/+14
|/
* test-lib-functions.sh: add lf_to_nul helperJeff Hostetler2016-08-111-0/+4
* Merge branch 'jk/test-match-signal'Junio C Hamano2016-07-191-1/+16
|\
| * test_must_fail: use test_match_signalJeff King2016-07-061-1/+1
| * tests: factor portable signal check out of t0005Jeff King2016-07-061-0/+15
* | t9300: factor out portable "head -c" replacementJeff King2016-07-011-0/+14
|/
* test-lib: add in-shell "env" replacementJeff King2016-06-011-0/+22
* Merge branch 'jc/test-seq' into maintJunio C Hamano2016-05-261-15/+13
|\
| * test-lib-functions.sh: rewrite test_seq without PerlJunio C Hamano2016-05-091-1/+6
| * test-lib-functions.sh: remove misleading comment on test_seqJunio C Hamano2016-05-091-14/+7
| * Merge branch 'ep/fix-test-lib-functions-report' into maintJunio C Hamano2015-05-131-2/+2
| |\
* | | test_must_fail: report number of unexpected signalJeff King2016-02-251-1/+1
* | | add "ok=sigpipe" to test_must_fail and use it to fix flaky testsLars Schneider2015-11-281-0/+3
* | | implement test_might_fail using a refactored test_must_failLars Schneider2015-11-281-14/+33
* | | test: facilitate debugging Git executables in tests with gdbJohannes Schindelin2015-10-301-0/+8
* | | test-lib-functions: detect test_when_finished in subshellJohn Keeping2015-09-081-0/+5
* | | test-lib-functions: support "test_config -C <dir> ..."John Keeping2015-09-081-3/+17
* | | Merge branch 'jc/test-prereq-validate'Junio C Hamano2015-05-191-0/+9
|\ \ \
| * | | test: validate prerequistes syntaxJunio C Hamano2015-04-291-0/+9
| * | | Merge branch 'jc/diff-test-updates' into maintJunio C Hamano2015-03-141-1/+3
| |\ \ \