summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2019-03-07Merge branch 'jc/test-yes-doc'Junio C Hamano
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
2018-08-27tests: fix and add lint for non-portable head -c NÆvar Arnfjörð Bjarmason
2018-08-20Merge branch 'wc/make-funnynames-shared-lazy-prereq'Junio C Hamano
2018-08-18cache-tree: verify valid cache-tree in the test suiteNguyễn Thái Ngọc Duy
2018-08-06t: factor out FUNNYNAMES as shared lazy prereqWilliam Chargin
2018-07-17t/test-lib: teach --chain-lint to detect broken &&-chains in subshellsEric Sunshine
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-05-23Merge branch 'tb/test-apfs-utf8-normalization'Junio C Hamano
2018-05-14t/test-lib: introduce OID_REGEXbrian m. carlson
2018-05-14t/test-lib: introduce ZERO_OIDbrian m. carlson
2018-05-14t/test-lib: add an SHA1 prerequisitebrian m. carlson
2018-05-01test: correct detection of UTF8_NFD_TO_NFC for APFSTorsten Bögershausen