summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)AuthorFilesLines
2013-01-20Merge branch 'rs/zip-tests' into maintJunio C Hamano1-0/+2
2013-01-18Merge branch 'nd/fix-perf-parameters-in-tests'Junio C Hamano1-1/+1
2013-01-15test-lib.sh: unfilter GIT_PERF_*Nguyễn Thái Ngọc Duy1-1/+1
2013-01-11Merge branch 'rs/zip-tests'Junio C Hamano1-0/+2
2013-01-06t0024, t5000: clear variable UNZIP, use GIT_UNZIP insteadRené Scharfe1-0/+2
2013-01-03Merge branch 'as/test-tweaks'Junio C Hamano1-11/+18
2012-12-20tests: paint unexpectedly fixed known breakages in bold redAdam Spiers1-4/+9
2012-12-20tests: change info messages from yellow/brown to cyanAdam Spiers1-3/+3
2012-12-20tests: paint skipped tests in blueAdam Spiers1-1/+1
2012-12-20tests: paint known breakages in yellowAdam Spiers1-2/+4
2012-12-16tests: test number comes first in 'not ok $count - $message'Adam Spiers1-1/+1
2012-11-29Merge branch 'fc/remote-hg'Junio C Hamano1-1/+2
2012-11-18Merge branch 'jc/test-say-color-avoid-echo-escape' into maintJunio C Hamano1-1/+1
2012-11-15t7502: factor out autoident prerequisiteJeff King1-0/+6
2012-11-04test-lib: avoid full path to store test resultsFelipe Contreras1-1/+2
2012-10-25Merge branch 'jc/test-say-color-avoid-echo-escape'Jeff King1-1/+1
2012-10-11test-lib: Fix say_color () not to interpret \a\b\c in the messageJunio C Hamano1-1/+1
2012-10-01Merge branch 'ep/malloc-check-perturb'Junio C Hamano1-1/+1
2012-09-29Merge branch 'rr/test-use-shell-path-not-shell'Junio C Hamano1-16/+16
2012-09-26MALLOC_CHECK: enable it, unless disabled explicitlyRené Scharfe1-1/+1
2012-09-25Merge branch 'rr/test-make-sure-we-have-git'Junio C Hamano1-0/+9
2012-09-25test-lib: use $SHELL_PATH, not $SHELLRamkumar Ramachandra1-16/+16
2012-09-18t/test-lib: make sure Git has already been builtRamkumar Ramachandra1-0/+9
2012-09-17MALLOC_CHECK: various clean-upsJunio C Hamano1-6/+20
2012-09-14Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detectin...Elia Pinto1-0/+9
2012-09-14Merge branch 'rj/tap-fix'Junio C Hamano1-23/+46
2012-09-02test-lib.sh: Suppress the "passed all ..." message if no tests runRamsay Jones1-1/+4
2012-09-02test-lib.sh: Add check for invalid use of 'skip_all' facilityRamsay Jones1-0/+4
2012-09-02test-lib.sh: Fix some shell coding style violationsRamsay Jones1-22/+38
2012-07-27test-lib: provide UTF8 behaviour as a prerequisiteMichael J Gruber1-0/+13
2012-07-27test-lib: provide case insensitivity as a prerequisiteMichael J Gruber1-0/+6
2012-07-27test: allow prerequisite to be evaluated lazilyJunio C Hamano1-3/+4
2012-07-25Merge branch 'jc/test-lib-source-build-options-early'Junio C Hamano1-23/+22
2012-07-25Merge branch 'mm/config-xdg'Junio C Hamano1-0/+1
2012-07-24test-lib.sh: unset XDG_CONFIG_HOMEJeff King1-0/+1
2012-06-24test-lib: reorder and include GIT-BUILD-OPTIONS a lot earlierJunio C Hamano1-23/+22
2012-06-24t/test-lib.sh: export PERL_PATH for use in scriptsJunio C Hamano1-0/+2
2012-05-02Merge branch 'zj/mksh-columns-breakage'Junio C Hamano1-0/+1
2012-04-27test-lib: skip test with COLUMNS=1 under mkshZbigniew Jędrzejewski-Szmek1-0/+1
2012-03-27tests: unset COLUMNS inherited from environmentZbigniew Jędrzejewski-Szmek1-1/+1
2012-03-04Merge branch 'maint'Junio C Hamano1-4/+5
2012-03-02tests: fix spurious error when run directly with Solaris /usr/xpg4/bin/shStefano Lattarini1-4/+5
2012-02-17Introduce a performance testing frameworkThomas Rast1-3/+23
2012-02-17Move the user-facing test library to test-lib-functions.shThomas Rast1-549/+3
2012-02-10Merge branch 'jk/tests-write-script'Junio C Hamano1-0/+9
2012-02-03tests: add write_script helper functionJunio C Hamano1-0/+9
2012-01-31Merge branch 'jc/pull-signed-tag'Junio C Hamano1-1/+2
2012-01-23merge: use editor by default in interactive sessionsJunio C Hamano1-1/+2
2012-01-17test-lib: add the test_pause convenience functionJens Lehmann1-0/+13
2011-12-22Merge branch 'jk/maint-do-not-feed-stdin-to-tests'Junio C Hamano1-1/+2