Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/test-output' | Junio C Hamano | 2013-05-29 | 1 | -2/+2 |
|\ | |||||
| * | test output: respect $TEST_OUTPUT_DIRECTORY | John Keeping | 2013-04-29 | 1 | -2/+2 |
* | | Merge branch 'jk/test-trash' | Junio C Hamano | 2013-04-18 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | t/test-lib.sh: drop "$test" variable | Jeff King | 2013-04-14 | 1 | -5/+5 |
| * | t/test-lib.sh: fix TRASH_DIRECTORY handling | John Keeping | 2013-04-14 | 1 | -4/+4 |
* | | Merge branch 'maint' | Junio C Hamano | 2013-04-11 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | t: make PIPE a standard test prerequisite | Adam Spiers | 2013-04-11 | 1 | -0/+5 |
| * | Merge branch 'jk/empty-archive' into maint | Junio C Hamano | 2013-04-03 | 1 | -0/+6 |
| |\ | |||||
* | | | tests: parameterize --valgrind option | Thomas Rast | 2013-04-01 | 1 | -1/+9 |
* | | | Merge branch 'jk/empty-archive' | Junio C Hamano | 2013-03-25 | 1 | -0/+6 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | test-lib: factor out $GIT_UNZIP setup | Jeff King | 2013-03-10 | 1 | -0/+6 |
| * | Merge branch 'nd/fix-perf-parameters-in-tests' into maint | Junio C Hamano | 2013-02-07 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'rs/zip-tests' into maint | Junio C Hamano | 2013-01-20 | 1 | -0/+2 |
| |\ \ | |||||
* | | | | git p4 test: translate windows paths for cygwin | Pete Wyckoff | 2013-01-26 | 1 | -0/+3 |
* | | | | Merge branch 'nd/fix-perf-parameters-in-tests' | Junio C Hamano | 2013-01-18 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | test-lib.sh: unfilter GIT_PERF_* | Nguyễn Thái Ngọc Duy | 2013-01-15 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'rs/zip-tests' | Junio C Hamano | 2013-01-11 | 1 | -0/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | t0024, t5000: clear variable UNZIP, use GIT_UNZIP instead | René Scharfe | 2013-01-06 | 1 | -0/+2 |
| * | | Merge branch 'jc/test-say-color-avoid-echo-escape' into maint | Junio C Hamano | 2012-11-18 | 1 | -1/+1 |
| |\ \ | |||||
* | \ \ | Merge branch 'as/test-tweaks' | Junio C Hamano | 2013-01-03 | 1 | -11/+18 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | tests: paint unexpectedly fixed known breakages in bold red | Adam Spiers | 2012-12-20 | 1 | -4/+9 |
| * | | | tests: change info messages from yellow/brown to cyan | Adam Spiers | 2012-12-20 | 1 | -3/+3 |
| * | | | tests: paint skipped tests in blue | Adam Spiers | 2012-12-20 | 1 | -1/+1 |
| * | | | tests: paint known breakages in yellow | Adam Spiers | 2012-12-20 | 1 | -2/+4 |
| * | | | tests: test number comes first in 'not ok $count - $message' | Adam Spiers | 2012-12-16 | 1 | -1/+1 |
* | | | | Merge branch 'fc/remote-hg' | Junio C Hamano | 2012-11-29 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | test-lib: avoid full path to store test results | Felipe Contreras | 2012-11-04 | 1 | -1/+2 |
* | | | | | t7502: factor out autoident prerequisite | Jeff King | 2012-11-15 | 1 | -0/+6 |
|/ / / / | |||||
* | | | | Merge branch 'jc/test-say-color-avoid-echo-escape' | Jeff King | 2012-10-25 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | test-lib: Fix say_color () not to interpret \a\b\c in the message | Junio C Hamano | 2012-10-11 | 1 | -1/+1 |
* | | | Merge branch 'ep/malloc-check-perturb' | Junio C Hamano | 2012-10-01 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | MALLOC_CHECK: enable it, unless disabled explicitly | René Scharfe | 2012-09-26 | 1 | -1/+1 |
* | | | | Merge branch 'rr/test-use-shell-path-not-shell' | Junio C Hamano | 2012-09-29 | 1 | -16/+16 |
|\ \ \ \ | |||||
| * | | | | test-lib: use $SHELL_PATH, not $SHELL | Ramkumar Ramachandra | 2012-09-25 | 1 | -16/+16 |
* | | | | | Merge branch 'rr/test-make-sure-we-have-git' | Junio C Hamano | 2012-09-25 | 1 | -0/+9 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | t/test-lib: make sure Git has already been built | Ramkumar Ramachandra | 2012-09-18 | 1 | -0/+9 |
* | | | | | MALLOC_CHECK: various clean-ups | Junio C Hamano | 2012-09-17 | 1 | -6/+20 |
* | | | | | Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detectin... | Elia Pinto | 2012-09-14 | 1 | -0/+9 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'rj/tap-fix' | Junio C Hamano | 2012-09-14 | 1 | -23/+46 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | test-lib.sh: Suppress the "passed all ..." message if no tests run | Ramsay Jones | 2012-09-02 | 1 | -1/+4 |
| * | | | test-lib.sh: Add check for invalid use of 'skip_all' facility | Ramsay Jones | 2012-09-02 | 1 | -0/+4 |
| * | | | test-lib.sh: Fix some shell coding style violations | Ramsay Jones | 2012-09-02 | 1 | -22/+38 |
| |/ / | |||||
* | | | test-lib: provide UTF8 behaviour as a prerequisite | Michael J Gruber | 2012-07-27 | 1 | -0/+13 |
* | | | test-lib: provide case insensitivity as a prerequisite | Michael J Gruber | 2012-07-27 | 1 | -0/+6 |
* | | | test: allow prerequisite to be evaluated lazily | Junio C Hamano | 2012-07-27 | 1 | -3/+4 |
|/ / | |||||
* | | Merge branch 'jc/test-lib-source-build-options-early' | Junio C Hamano | 2012-07-25 | 1 | -23/+22 |
|\ \ | |||||
| * | | test-lib: reorder and include GIT-BUILD-OPTIONS a lot earlier | Junio C Hamano | 2012-06-24 | 1 | -23/+22 |
* | | | Merge branch 'mm/config-xdg' | Junio C Hamano | 2012-07-25 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | test-lib.sh: unset XDG_CONFIG_HOME | Jeff King | 2012-07-24 | 1 | -0/+1 |
* | | | t/test-lib.sh: export PERL_PATH for use in scripts | Junio C Hamano | 2012-06-24 | 1 | -0/+2 |
|/ / |