summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
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
2018-04-25Merge branch 'jk/t5561-missing-curl'Junio C Hamano
2018-04-05t5561: skip tests if curl is not availableJeff King
2018-03-27t/helper: merge test-date into test-toolNguyễn Thái Ngọc Duy
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy
2018-03-22Merge branch 'gs/test-unset-xdg-cache-home' into maintJunio C Hamano
2018-03-14Merge branch 'sg/test-x'Junio C Hamano
2018-02-28Merge branch 'gs/test-unset-xdg-cache-home'Junio C Hamano
2018-02-27t: add means to disable '-x' tracing for individual test scriptsSZEDER Gábor
2018-02-21Merge branch 'sg/test-i18ngrep'Junio C Hamano
2018-02-16test-lib.sh: unset XDG_CACHE_HOMEGenki Sky
2018-02-15Merge branch 'ab/wildmatch-tests'Junio C Hamano
2018-02-13Merge branch 'ab/simplify-perl-makefile'Junio C Hamano
2018-02-08t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'SZEDER Gábor
2018-01-30test-lib: add an EXPENSIVE_ON_WINDOWS prerequisiteÆvar Arnfjörð Bjarmason
2018-01-05Merge branch 'jk/test-suite-tracing'Junio C Hamano
2017-12-11Makefile: replace perl/Makefile.PL with simple make rulesÆvar Arnfjörð Bjarmason
2017-12-08t/Makefile: introduce TEST_SHELL_PATHJeff King
2017-12-08test-lib: make "-x" work with "--verbose-log"Jeff King