summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2019-12-10Merge branch 'em/test-skip-regex-illseq'Junio C Hamano
2019-12-05Merge branch 'sg/test-bool-env'Junio C Hamano
2019-12-01Merge branch 'sg/skip-skipped-prereq'Junio C Hamano
2019-11-30t4210: skip i18n tests that don't work on FreeBSDEd Maste
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor
2019-11-13test-lib: don't check prereqs of test cases that won't be run anywaySZEDER Gábor
2019-10-30pretty: add "%aL" etc. to show local-part of email addressesPrarit Bhargava
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-06tests: let --immediate and --write-junit-xml play well togetherJohannes Schindelin
2019-09-06t: use common $SQ variableDenton Liu
2019-08-22Merge branch 'sg/show-failed-test-names'Junio C Hamano
2019-08-05tests: show the test name and number at the start of verbose outputSZEDER Gábor
2019-07-25Merge branch 'ab/test-env'Junio C Hamano
2019-07-09Merge branch 'sg/trace2-rename'Junio C Hamano
2019-06-21tests: make GIT_TEST_FAIL_PREREQS a booleanÆvar Arnfjörð Bjarmason
2019-06-21tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason
2019-06-13Merge branch 'ab/fail-prereqs-in-test'Junio C Hamano
2019-06-12Revert "test-lib: whitelist GIT_TR2_* in the environment"Ævar Arnfjörð Bjarmason
2019-05-19Merge branch 'tz/test-lib-check-working-jgit'Junio C Hamano
2019-05-15test-lib: try harder to ensure a working jgitTodd Zullinger
2019-05-14tests: add a special setup where prerequisites failÆvar Arnfjörð Bjarmason
2019-04-25Merge branch 'jc/gettext-test-fix'Junio C Hamano
2019-04-25Merge branch 'ab/test-lib-pass-trace2-env'Junio C Hamano
2019-04-25Merge branch 'sg/test-atexit'Junio C Hamano
2019-04-15gettext tests: export the restored GIT_TEST_GETTEXT_POISONJunio C Hamano
2019-04-15tests: disallow the use of abbreviated options (by default)Johannes Schindelin
2019-04-01test-lib: whitelist GIT_TR2_* in the environmentÆvar Arnfjörð Bjarmason
2019-03-20Merge branch 'js/stress-test-ui-tweak'Junio C Hamano
2019-03-14test-lib: introduce 'test_atexit'Johannes Schindelin
2019-03-14test-lib: fix interrupt handling with 'dash' and '--verbose-log -x'SZEDER Gábor
2019-03-07Merge branch 'jc/test-yes-doc'Junio C Hamano
2019-03-04tests: introduce --stress-jobs=<N>Johannes Schindelin
2019-03-04tests: let --stress-limit=<N> imply --stressJohannes Schindelin
2019-02-14Merge branch 'sg/stress-test'Junio C Hamano
2019-02-11test-lib: fix non-portable pattern bracket expressionsSZEDER Gábor
2019-02-11test: caution on our version of 'yes'Junio C Hamano
2019-02-08test-lib: make '--stress' more bisect-friendlySZEDER Gábor
2019-02-07Merge branch 'js/vsts-ci'Junio C Hamano
2019-02-05Merge branch 'js/test-git-installed'Junio C Hamano
2019-01-29tests: optionally skip bin-wrappers/Johannes Schindelin
2019-01-29tests: add t/helper/ to the PATH with --with-dashesJohannes Schindelin
2019-01-29mingw: try to work around issues with the test cleanupJohannes Schindelin
2019-01-29tests: include detailed trace logs with --write-junit-xml upon failureJohannes Schindelin
2019-01-29tests: optionally write results as JUnit-style .xmlJohannes Schindelin
2019-01-22tests: explicitly use `test-tool.exe` on WindowsJohannes Schindelin
2019-01-07test-lib: add the '--stress' option to run a test repeatedly under loadSZEDER Gábor
2019-01-07test-lib: set $TRASH_DIRECTORY earlierSZEDER Gábor
2019-01-07test-lib: consolidate naming of test-results pathsSZEDER Gábor
2019-01-07test-lib: parse command line options earlierSZEDER Gábor
2019-01-07test-lib: parse options in a for loop to keep $@ intactSZEDER Gábor