| Commit message (Expand) | Author | Age | Files | Lines |
* | t/Makefile: "trash" directory was renamed recently | Brandon Casey | 2008-05-18 | 1 | -1/+1 |
* | Ensure that a test is run in the trash directory | Alex Riesen | 2008-05-18 | 1 | -1/+1 |
* | Rename the test trash directory to contain spaces. | Bryan Donlan | 2008-05-05 | 1 | -2/+2 |
* | test-lib.sh: Fix some missing path quoting | Bryan Donlan | 2008-05-05 | 1 | -1/+1 |
* | test-lib.sh: Add a test_set_editor function to safely set $VISUAL | Bryan Donlan | 2008-05-05 | 1 | -0/+16 |
* | test_must_fail: 129 is a valid error code from usage() | Junio C Hamano | 2008-03-27 | 1 | -1/+1 |
* | Test: catch if trash cannot be removed | Junio C Hamano | 2008-03-18 | 1 | -1/+6 |
* | add test_cmp function for test scripts | Jeff King | 2008-03-13 | 1 | -0/+18 |
* | Merge branch 'maint' | Junio C Hamano | 2008-03-07 | 1 | -7/+17 |
|\ |
|
| * | test-lib: fix TERM to dumb for test repeatability | Junio C Hamano | 2008-03-07 | 1 | -7/+17 |
| * | tests: introduce test_must_fail | Junio C Hamano | 2008-03-02 | 1 | -0/+17 |
* | | Merge branch 'cb/http-test' | Junio C Hamano | 2008-03-02 | 1 | -2/+7 |
|\ \ |
|
| * | | http-push: add regression tests | Clemens Buchacher | 2008-02-27 | 1 | -2/+7 |
* | | | use build-time SHELL_PATH in test scripts | Jeff King | 2008-02-29 | 1 | -0/+2 |
* | | | tests: introduce test_must_fail | Junio C Hamano | 2008-02-29 | 1 | -0/+17 |
|/ / |
|
* | | fix config reading in tests | Jeff King | 2008-02-06 | 1 | -2/+5 |
* | | test: reword the final message of tests with known breakages | Junio C Hamano | 2008-02-03 | 1 | -2/+5 |
* | | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 1 | -4/+26 |
|/ |
|
* | Fix typo in a comment in t/test-lib.sh | Michele Ballabio | 2008-01-31 | 1 | -1/+1 |
* | test-lib.sh: move error line after error() declaration | Michele Ballabio | 2007-11-10 | 1 | -5/+10 |
* | Do no colorify test output if stdout is not a terminal | Alex Riesen | 2007-11-01 | 1 | -0/+1 |
* | Support a --quiet option in the test-suite. | Pierre Habouzit | 2007-10-24 | 1 | -1/+4 |
* | Add some fancy colors in the test library when terminal supports it. | Pierre Habouzit | 2007-10-24 | 1 | -17/+45 |
* | Unset GIT_EDITOR while running tests. | Junio C Hamano | 2007-07-30 | 1 | -0/+1 |
* | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 | 1 | -0/+1 |
|\ |
|
| * | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 2007-06-06 | 1 | -0/+1 |
* | | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+1 |
|/ |
|
* | Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL | Josh Triplett | 2007-04-29 | 1 | -0/+1 |
* | t/test-lib.sh: Protect ourselves from common misconfiguration | Junio C Hamano | 2007-04-24 | 1 | -0/+4 |
* | Fix permissions on test scripts | Alex Riesen | 2007-04-16 | 1 | -0/+0 |
* | Update tests to use test-chmtime | Eric Wong | 2007-02-25 | 1 | -0/+6 |
* | Make tests independent of global config files | Johannes Schindelin | 2007-02-22 | 1 | -2/+2 |
* | Default GIT_MERGE_VERBOSITY to 5 during tests. | Shawn O. Pearce | 2007-02-03 | 1 | -0/+2 |
* | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 2007-01-12 | 1 | -2/+2 |
* | Fix timestamp for test-tick | Junio C Hamano | 2007-01-06 | 1 | -3/+3 |
* | t5400 send-pack test: try a bit more nontrivial transfer. | Junio C Hamano | 2006-12-29 | 1 | -0/+11 |
* | GIT_SKIP_TESTS: allow users to omit tests that are known to break | Junio C Hamano | 2006-12-28 | 1 | -18/+70 |
* | test-lib: quiet down init-db output for tests | Eric Wong | 2006-12-28 | 1 | -1/+1 |
* | Introduce GIT_TEMPLATE_DIR | Johannes Schindelin | 2006-12-19 | 1 | -1/+2 |
* | Revert "fix testsuite: make sure they use templates freshly built from the so... | Junio C Hamano | 2006-12-19 | 1 | -10/+0 |
* | fix testsuite: make sure they use templates freshly built from the source | Junio C Hamano | 2006-12-18 | 1 | -0/+10 |
* | remove merge-recursive-old | Junio C Hamano | 2006-11-21 | 1 | -13/+2 |
* | test-lib.sh: A command dying due to a signal is an unexpected failure. | Johannes Sixt | 2006-11-13 | 1 | -1/+1 |
* | Set $HOME for selftests | Gerrit Pape | 2006-10-24 | 1 | -1/+2 |
* | test-lib: separate individual test better in verbose mode. | Martin Waitz | 2006-10-07 | 1 | -0/+3 |
* | Merge branch 'jc/gitpm' | Junio C Hamano | 2006-09-30 | 1 | -0/+2 |
|\ |
|
| * | Merge branch 'master' into pb/gitpm | Junio C Hamano | 2006-08-07 | 1 | -0/+4 |
| |\ |
|
| * | | Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC munging | Petr Baudis | 2006-07-03 | 1 | -3/+2 |
| * | | Perly Git: make sure we do test the freshly built one. | Junio C Hamano | 2006-07-02 | 1 | -1/+2 |
| * | | Perl interface: make testsuite work again. | Junio C Hamano | 2006-07-02 | 1 | -0/+2 |