| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Deprecate merge-recursive.py | Junio C Hamano | 2006-09-24 | 1 | -1/+1 |
* | | | Quote arguments to tr in test-lib | Robin Rosenberg | 2006-09-22 | 1 | -1/+1 |
* | | | Trace into a file or an open fd and refactor tracing code. | Christian Couder | 2006-09-02 | 1 | -1/+9 |
| |/
|/| |
|
* | | Merge branch 'ml/trace' | Junio C Hamano | 2006-07-12 | 1 | -0/+1 |
|\ \ |
|
| * | | test-lib: unset GIT_TRACE | Junio C Hamano | 2006-07-12 | 1 | -0/+1 |
| |/ |
|
* | | tests: Set EDITOR=: and VISUAL=: globally | Eric Wong | 2006-07-11 | 1 | -0/+3 |
|/ |
|
* | Merge part of jc/portable branch | Junio C Hamano | 2006-02-21 | 1 | -0/+2 |
|\ |
|
| * | Optionally work without python | Johannes Schindelin | 2006-02-18 | 1 | -0/+2 |
* | | Abstract test_create_repo out for use in tests. | Carl Worth | 2006-02-17 | 1 | -6/+17 |
|/ |
|
* | Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values. | Junio C Hamano | 2006-02-10 | 1 | -4/+6 |
* | trivial: check, if t/trash directory was successfully created | Alex Riesen | 2006-01-05 | 1 | -1/+1 |
* | get_sha1_basic(): corner case ambiguity fix | Junio C Hamano | 2005-12-15 | 1 | -0/+1 |
* | t0000: catch trivial pilot errors. | Junio C Hamano | 2005-12-10 | 1 | -2/+7 |
* | Use GIT_EXEC_PATH explicitly for initial git-init-db in tests. | Junio C Hamano | 2005-12-09 | 1 | -3/+2 |
* | use "git init-db" in tests | Alex Riesen | 2005-12-09 | 1 | -2/+2 |
* | Make sure we use compat/subprocess.py with Python 2.3 while running tests. | Junio C Hamano | 2005-12-07 | 1 | -1/+12 |
* | test-lib.sh: Add new function, test_expect_code | Fredrik Kuivinen | 2005-12-03 | 1 | -0/+13 |
* | Fix tests with new git in C | Johannes Schindelin | 2005-11-15 | 1 | -0/+2 |
* | Disable hooks during tests. | Junio C Hamano | 2005-10-16 | 1 | -1/+5 |
* | Also force LC_ALL in test scripts. | Junio C Hamano | 2005-10-09 | 1 | -1/+2 |
* | [PATCH] Trapping exit in tests, using return for errors: further fixes. | Pavel Roskin | 2005-08-11 | 1 | -3/+5 |
* | [PATCH] Trapping exit in tests, using return for errors | Pavel Roskin | 2005-08-11 | 1 | -4/+15 |
* | [PATCH] Need to set PAGER in tests | Pavel Roskin | 2005-08-11 | 1 | -1/+2 |
* | String comparison of test is done with '=', not '=='. | Junio C Hamano | 2005-08-11 | 1 | -4/+4 |
* | [PATCH] Test framework: prettyprint the failed command. | Junio C Hamano | 2005-07-22 | 1 | -1/+3 |
* | [PATCH 1/2] Test suite fixup. | Junio C Hamano | 2005-05-14 | 1 | -9/+17 |
* | Try to make test output look better | Petr Baudis | 2005-05-14 | 1 | -2/+2 |
* | Fixed t0000-basic.sh and test-lib.sh permissions | Petr Baudis | 2005-05-14 | 1 | -0/+0 |
* | [PATCH 1/2] Test framework take two. | Junio C Hamano | 2005-05-14 | 1 | -0/+142 |