summaryrefslogtreecommitdiff
path: root/t/test-lib-functions.sh
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Merge branch 'js/test-unset-prereq'Libravatar Junio C Hamano1-1/+13
2018-04-30tests: introduce test_unset_prereq, for debuggingLibravatar Johannes Schindelin1-1/+13
2018-04-25Make running git under other debugger-like programs easyLibravatar Elijah Newren1-4/+20
2018-04-11Merge branch 'jc/test-must-be-empty'Libravatar Junio C Hamano1-5/+2
2018-03-27test_must_be_empty: simplify file existence checkLibravatar SZEDER Gábor1-5/+2
2018-03-14Merge branch 'sg/test-x'Libravatar Junio C Hamano1-12/+12
2018-03-08Merge branch 'jc/test-must-be-empty'Libravatar Junio C Hamano1-1/+5
2018-03-06Merge branch 'jk/test-helper-v-output-fix'Libravatar Junio C Hamano1-10/+10
2018-02-27test_must_be_empty: make sure the file exists, not just emptyLibravatar Junio C Hamano1-1/+5
2018-02-27t: prevent '-x' tracing from interfering with test helpers' stderrLibravatar SZEDER Gábor1-12/+12
2018-02-27Merge branch 'sg/doc-test-must-fail-args'Libravatar Junio C Hamano1-0/+10
2018-02-22t: send verbose test-helper output to fd 4Libravatar Jeff King1-10/+10
2018-02-21Merge branch 'sg/test-i18ngrep'Libravatar Junio C Hamano1-0/+54
2018-02-12t: document 'test_must_fail ok=<signal-name>'Libravatar SZEDER Gábor1-0/+10
2018-02-08t: make 'test_i18ngrep' more informative on failureLibravatar SZEDER Gábor1-4/+20
2018-02-08t: validate 'test_i18ngrep's parametersLibravatar SZEDER Gábor1-0/+12
2018-02-08t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'Libravatar SZEDER Gábor1-0/+26
2018-01-25t/lib-git-daemon: add network-protocol helpersLibravatar Jeff King1-0/+34
2017-08-23Merge branch 'jk/ref-filter-colors' into maintLibravatar Junio C Hamano1-0/+1
2017-08-11Merge branch 'jk/ref-filter-colors'Libravatar Junio C Hamano1-0/+1
2017-07-17t: handle EOF in test_copy_bytes()Libravatar Jeff King1-0/+1
2017-07-13t: use test_decode_color rather than literal ANSI codesLibravatar Jeff King1-0/+1
2017-06-25t1301: move modebits() to test-lib-functions.shLibravatar Christian Couder1-0/+5
2017-03-18tests: make the 'test_pause' helper work in non-verbose modeLibravatar SZEDER Gábor1-7/+2
2017-03-18tests: create an interactive gdb session with the 'debug' helperLibravatar SZEDER Gábor1-1/+1
2017-01-10Merge branch 'sb/submodule-embed-gitdir'Libravatar Junio C Hamano1-5/+15
2016-12-16t5000: extract nongit function to test-lib-functions.shLibravatar Jeff King1-0/+14
2016-12-09test-lib-functions.sh: teach test_commit -C <dir>Libravatar Stefan Beller1-5/+15
2016-08-11test-lib-functions.sh: add lf_to_nul helperLibravatar Jeff Hostetler1-0/+4
2016-07-19Merge branch 'jk/test-match-signal'Libravatar Junio C Hamano1-1/+16
2016-07-06test_must_fail: use test_match_signalLibravatar Jeff King1-1/+1
2016-07-06tests: factor portable signal check out of t0005Libravatar Jeff King1-0/+15
2016-07-01t9300: factor out portable "head -c" replacementLibravatar Jeff King1-0/+14
2016-06-01test-lib: add in-shell "env" replacementLibravatar Jeff King1-0/+22
2016-05-26Merge branch 'jc/test-seq' into maintLibravatar Junio C Hamano1-15/+13
2016-05-09test-lib-functions.sh: rewrite test_seq without PerlLibravatar Junio C Hamano1-1/+6
2016-05-09test-lib-functions.sh: remove misleading comment on test_seqLibravatar Junio C Hamano1-14/+7
2016-02-25test_must_fail: report number of unexpected signalLibravatar Jeff King1-1/+1
2015-11-28add "ok=sigpipe" to test_must_fail and use it to fix flaky testsLibravatar Lars Schneider1-0/+3
2015-11-28implement test_might_fail using a refactored test_must_failLibravatar Lars Schneider1-14/+33
2015-10-30test: facilitate debugging Git executables in tests with gdbLibravatar Johannes Schindelin1-0/+8
2015-09-08test-lib-functions: detect test_when_finished in subshellLibravatar John Keeping1-0/+5
2015-09-08test-lib-functions: support "test_config -C <dir> ..."Libravatar John Keeping1-3/+17
2015-05-19Merge branch 'jc/test-prereq-validate'Libravatar Junio C Hamano1-0/+9
2015-05-13Merge branch 'ep/fix-test-lib-functions-report' into maintLibravatar Junio C Hamano1-2/+2
2015-05-05Merge branch 'ep/fix-test-lib-functions-report'Libravatar Junio C Hamano1-2/+2
2015-04-28test: validate prerequistes syntaxLibravatar Junio C Hamano1-0/+9
2015-04-16test-lib-functions.sh: fix the second argument to some helper functionsLibravatar Elia Pinto1-2/+2
2015-03-13Merge branch 'jc/diff-test-updates' into maintLibravatar Junio C Hamano1-1/+3
2015-03-05Merge branch 'jc/diff-test-updates'Libravatar Junio C Hamano1-1/+3