summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
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
2019-01-07test-lib: extract Bash version check for '-x' tracingSZEDER Gábor
2019-01-03test-lib: translate SIGTERM and SIGHUP to an exitSZEDER Gábor
2019-01-03Merge branch 'sg/test-bash-version-fix'Junio C Hamano
2019-01-03test-lib: check Bash version for '-x' without using shell arraysSZEDER Gábor
2018-11-20tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor
2018-11-19Merge branch 'js/test-git-installed'Junio C Hamano
2018-11-19Merge branch 'ab/dynamic-gettext-poison'Junio C Hamano
2018-11-16tests: explicitly use `git.exe` on WindowsJohannes Schindelin
2018-11-16tests: do not require Git to be built when testing an installed GitJohannes Schindelin
2018-11-14tests: fix GIT_TEST_INSTALLED's PATH to include t/helper/Johannes Schindelin
2018-11-13Merge branch 'js/rebase-p-tests'Junio C Hamano
2018-11-09i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason
2018-11-06Merge branch 'sg/test-verbose-log'Junio C Hamano
2018-11-02tests: optionally skip `git rebase -p` testsJohannes Schindelin
2018-10-30test-lib: introduce the '-V' short option for '--verbose-log'SZEDER Gábor
2018-10-19Merge branch 'bp/rename-test-env-var'Junio C Hamano
2018-09-28t0000: do not get self-test disrupted by environment warningsJunio C Hamano
2018-09-28preload-index: update GIT_FORCE_PRELOAD_TEST supportBen Peart
2018-09-28read-cache: update TEST_GIT_INDEX_VERSION supportBen Peart
2018-09-28fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart
2018-09-17Merge branch 'nd/unpack-trees-with-cache-tree'Junio C Hamano