summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* t/test_lib: avoid naked bash arrays in file_linenoCarlo Marcelo Arenas Belón2020-05-071-8/+10
* Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano2020-05-011-0/+9
|\
| * t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to testsTaylor Blau2020-04-231-0/+9
* | Merge branch 'dd/ci-swap-azure-pipelines-with-github-actions'Junio C Hamano2020-04-291-1/+13
|\ \
| * | tests: when run in Bash, annotate test failures with file name/line numberJohannes Schindelin2020-04-101-1/+13
* | | Merge branch 'mt/test-lib-bundled-short-options'Junio C Hamano2020-04-221-14/+47
|\ \ \
| * | | test-lib: allow short options to be bundledMatheus Tavares2020-03-251-14/+47
* | | | Merge branch 'js/test-junit-finalization-fix'Junio C Hamano2020-04-221-0/+1
|\ \ \ \
| * | | | tests(junit-xml): avoid invalid XMLJohannes Schindelin2020-03-231-0/+1
| |/ / /
* | | | Merge branch 'js/tests-gpg-integration-on-windows'Junio C Hamano2020-04-221-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: do not let lazy prereqs inside `test_expect_*` turn off tracingJohannes Schindelin2020-03-261-2/+4
| |/ /
* | | t: use hash-specific lookup tables to define test constantsbrian m. carlson2020-02-241-15/+14
|/ /
* | Merge branch 'js/test-write-junit-xml-fix'Junio C Hamano2020-02-171-1/+2
|\ \ | |/ |/|
| * tests: fix --write-junit-xml with subshellsJohannes Schindelin2020-02-121-1/+2
* | Merge branch 'em/test-skip-regex-illseq'Junio C Hamano2019-12-101-1/+7
|\ \
| * | t4210: skip i18n tests that don't work on FreeBSDEd Maste2019-11-301-1/+7
* | | Merge branch 'sg/test-bool-env'Junio C Hamano2019-12-051-5/+5
|\ \ \
| * | | tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor2019-11-231-5/+5
| |/ /
* | | Merge branch 'sg/skip-skipped-prereq'Junio C Hamano2019-12-011-6/+6
|\ \ \ | |/ / |/| |
| * | test-lib: don't check prereqs of test cases that won't be run anywaySZEDER Gábor2019-11-131-6/+6
* | | pretty: add "%aL" etc. to show local-part of email addressesPrarit Bhargava2019-10-301-2/+6
| |/ |/|
* | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-151-16/+22
|\ \
| * | tests: let --immediate and --write-junit-xml play well togetherJohannes Schindelin2019-10-061-16/+22
* | | t: use common $SQ variableDenton Liu2019-09-061-0/+3
* | | Merge branch 'sg/show-failed-test-names'Junio C Hamano2019-08-221-0/+2
|\ \ \ | |_|/ |/| |
| * | tests: show the test name and number at the start of verbose outputSZEDER Gábor2019-08-051-0/+2
* | | Merge branch 'ab/test-env'Junio C Hamano2019-07-251-9/+22
|\ \ \ | |_|/ |/| |
| * | tests: make GIT_TEST_FAIL_PREREQS a booleanÆvar Arnfjörð Bjarmason2019-06-211-4/+19
| * | tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason2019-06-211-5/+3
* | | Merge branch 'sg/trace2-rename'Junio C Hamano2019-07-091-1/+0
|\ \ \ | |/ / |/| |
| * | Revert "test-lib: whitelist GIT_TR2_* in the environment"Ævar Arnfjörð Bjarmason2019-06-121-1/+0
| |/
* | Merge branch 'ab/fail-prereqs-in-test'Junio C Hamano2019-06-131-0/+4
|\ \ | |/ |/|
| * tests: add a special setup where prerequisites failÆvar Arnfjörð Bjarmason2019-05-141-0/+4
* | Merge branch 'tz/test-lib-check-working-jgit'Junio C Hamano2019-05-191-1/+1
|\ \ | |/ |/|
| * test-lib: try harder to ensure a working jgitTodd Zullinger2019-05-151-1/+1
* | Merge branch 'jc/gettext-test-fix'Junio C Hamano2019-04-251-0/+1
|\ \
| * | gettext tests: export the restored GIT_TEST_GETTEXT_POISONJunio C Hamano2019-04-151-0/+1
* | | Merge branch 'ab/test-lib-pass-trace2-env'Junio C Hamano2019-04-251-0/+1
|\ \ \
| * | | test-lib: whitelist GIT_TR2_* in the environmentÆvar Arnfjörð Bjarmason2019-04-011-0/+1
* | | | Merge branch 'sg/test-atexit'Junio C Hamano2019-04-251-1/+27
|\ \ \ \
| * | | | test-lib: introduce 'test_atexit'Johannes Schindelin2019-03-141-0/+23
| * | | | test-lib: fix interrupt handling with 'dash' and '--verbose-log -x'SZEDER Gábor2019-03-141-1/+4
* | | | | tests: disallow the use of abbreviated options (by default)Johannes Schindelin2019-04-151-0/+7
| |/ / / |/| | |
* | | | Merge branch 'js/stress-test-ui-tweak'Junio C Hamano2019-03-201-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | tests: introduce --stress-jobs=<N>Johannes Schindelin2019-03-041-1/+7
| * | | tests: let --stress-limit=<N> imply --stressJohannes Schindelin2019-03-041-0/+1
| | |/ | |/|
* | | Merge branch 'jc/test-yes-doc'Junio C Hamano2019-03-071-1/+5
|\ \ \ | |/ / |/| |
| * | test: caution on our version of 'yes'Junio C Hamano2019-02-111-1/+5
* | | Merge branch 'sg/stress-test'Junio C Hamano2019-02-131-3/+17
|\ \ \ | |/ / |/| |
| * | test-lib: fix non-portable pattern bracket expressionsSZEDER Gábor2019-02-111-2/+2