summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | test-lib: make '--stress' more bisect-friendlySZEDER Gábor2019-02-081-2/+16
* | | Merge branch 'js/vsts-ci'Junio C Hamano2019-02-061-8/+130
|\ \ \
| * | | tests: optionally skip bin-wrappers/Johannes Schindelin2019-01-291-6/+13
| * | | tests: add t/helper/ to the PATH with --with-dashesJohannes Schindelin2019-01-291-1/+1
| * | | mingw: try to work around issues with the test cleanupJohannes Schindelin2019-01-291-1/+5
| * | | tests: include detailed trace logs with --write-junit-xml upon failureJohannes Schindelin2019-01-291-1/+21
| * | | tests: optionally write results as JUnit-style .xmlJohannes Schindelin2019-01-291-0/+91
| |/ /
* | | Merge branch 'js/test-git-installed'Junio C Hamano2019-02-051-1/+1
|\ \ \ | |/ / |/| |
| * | tests: explicitly use `test-tool.exe` on WindowsJohannes Schindelin2019-01-221-1/+1
* | | test-lib: add the '--stress' option to run a test repeatedly under loadSZEDER Gábor2019-01-071-2/+107
* | | test-lib: set $TRASH_DIRECTORY earlierSZEDER Gábor2019-01-071-6/+6
* | | test-lib: consolidate naming of test-results pathsSZEDER Gábor2019-01-071-11/+11
* | | test-lib: parse command line options earlierSZEDER Gábor2019-01-071-109/+124
* | | test-lib: parse options in a for loop to keep $@ intactSZEDER Gábor2019-01-071-36/+42
* | | test-lib: extract Bash version check for '-x' tracingSZEDER Gábor2019-01-071-18/+19
* | | test-lib: translate SIGTERM and SIGHUP to an exitSZEDER Gábor2019-01-031-1/+1
* | | Merge branch 'sg/test-bash-version-fix'Junio C Hamano2019-01-031-2/+2
|\ \ \ | |_|/ |/| |
| * | test-lib: check Bash version for '-x' without using shell arraysSZEDER Gábor2019-01-031-2/+2
* | | tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor2018-11-201-3/+7
* | | Merge branch 'js/test-git-installed'Junio C Hamano2018-11-191-6/+16
|\ \ \ | | |/ | |/|