summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2013-11-01Merge branch 'js/tests-windows-port-fix'Junio C Hamano
2013-10-30Merge branch 'tr/valgrind-test-fix'Junio C Hamano
2013-10-28Sync with v1.8.4.2Junio C Hamano
2013-10-28test-lib: fix typo in commentTorstein Hegge
2013-10-28Windows: a test_cmp that is agnostic to random LF <> CRLF conversionsJohannes Sixt
2013-10-22Revert "test-lib: allow prefixing a custom string before "ok N" etc."Thomas Rast
2013-10-22Revert "test-lib: support running tests under valgrind in parallel"Thomas Rast
2013-09-09git_remote_helpers: remove little used Python libraryJohn Keeping
2013-07-25Merge branch 'ml/avoid-using-grep-on-crlf-files'Junio C Hamano
2013-07-18test-lib.sh - define and use GREP_STRIPS_CRMark Levedahl
2013-07-18Merge branch 'bp/mediawiki-preview'Junio C Hamano
2013-07-12Merge branch 'ml/cygwin-does-not-have-fifo'Junio C Hamano
2013-07-08wrap-for-bin: make bin-wrappers chainableBenoit Person
2013-07-05Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano
2013-07-05test-lib.sh - cygwin does not have usable FIFOsMark Levedahl
2013-06-23test-lib: support running tests under valgrind in parallelThomas Rast
2013-06-23test-lib: allow prefixing a custom string before "ok N" etc.Thomas Rast
2013-06-23test-lib: valgrind for only tests matching a patternThomas Rast
2013-06-23test-lib: verbose mode for only tests matching a patternThomas Rast
2013-06-23test-lib: self-test that --verbose worksThomas Rast
2013-06-18test-lib: rearrange start/end of test_expect_* and test_skipThomas Rast
2013-06-18test-lib: refactor $GIT_SKIP_TESTS matchingThomas Rast
2013-06-17test-lib: enable MALLOC_* for the actual testsThomas Rast
2013-05-29Merge branch 'jk/test-output'Junio C Hamano
2013-04-29test output: respect $TEST_OUTPUT_DIRECTORYJohn Keeping
2013-04-18Merge branch 'jk/test-trash'Junio C Hamano
2013-04-15t/test-lib.sh: drop "$test" variableJeff King
2013-04-15t/test-lib.sh: fix TRASH_DIRECTORY handlingJohn Keeping
2013-04-12Merge branch 'maint'Junio C Hamano
2013-04-12t: make PIPE a standard test prerequisiteAdam Spiers
2013-04-03Merge branch 'jk/empty-archive' into maintJunio C Hamano
2013-04-01tests: parameterize --valgrind optionThomas Rast
2013-03-25Merge branch 'jk/empty-archive'Junio C Hamano
2013-03-11test-lib: factor out $GIT_UNZIP setupJeff King
2013-02-07Merge branch 'nd/fix-perf-parameters-in-tests' into maintJunio C Hamano
2013-01-27git p4 test: translate windows paths for cygwinPete Wyckoff
2013-01-21Merge branch 'rs/zip-tests' into maintJunio C Hamano
2013-01-18Merge branch 'nd/fix-perf-parameters-in-tests'Junio C Hamano
2013-01-15test-lib.sh: unfilter GIT_PERF_*Nguyễn Thái Ngọc Duy
2013-01-12Merge branch 'rs/zip-tests'Junio C Hamano
2013-01-07t0024, t5000: clear variable UNZIP, use GIT_UNZIP insteadRené Scharfe
2013-01-03Merge branch 'as/test-tweaks'Junio C Hamano
2012-12-20tests: paint unexpectedly fixed known breakages in bold redAdam Spiers
2012-12-20tests: change info messages from yellow/brown to cyanAdam Spiers
2012-12-20tests: paint skipped tests in blueAdam Spiers
2012-12-20tests: paint known breakages in yellowAdam Spiers
2012-12-16tests: test number comes first in 'not ok $count - $message'Adam Spiers
2012-11-29Merge branch 'fc/remote-hg'Junio C Hamano
2012-11-19Merge branch 'jc/test-say-color-avoid-echo-escape' into maintJunio C Hamano
2012-11-16t7502: factor out autoident prerequisiteJeff King