summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett2007-04-291-0/+1
* t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano2007-04-241-0/+4
* Fix permissions on test scriptsAlex Riesen2007-04-161-0/+0
* Update tests to use test-chmtimeEric Wong2007-02-251-0/+6
* Make tests independent of global config filesJohannes Schindelin2007-02-221-2/+2
* Default GIT_MERGE_VERBOSITY to 5 during tests.Shawn O. Pearce2007-02-031-0/+2
* use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-121-2/+2
* Fix timestamp for test-tickJunio C Hamano2007-01-061-3/+3
* t5400 send-pack test: try a bit more nontrivial transfer.Junio C Hamano2006-12-291-0/+11
* GIT_SKIP_TESTS: allow users to omit tests that are known to breakJunio C Hamano2006-12-281-18/+70
* test-lib: quiet down init-db output for testsEric Wong2006-12-281-1/+1
* Introduce GIT_TEMPLATE_DIRJohannes Schindelin2006-12-191-1/+2
* Revert "fix testsuite: make sure they use templates freshly built from the so...Junio C Hamano2006-12-191-10/+0
* fix testsuite: make sure they use templates freshly built from the sourceJunio C Hamano2006-12-181-0/+10
* remove merge-recursive-oldJunio C Hamano2006-11-211-13/+2
* test-lib.sh: A command dying due to a signal is an unexpected failure.Johannes Sixt2006-11-131-1/+1
* Set $HOME for selftestsGerrit Pape2006-10-241-1/+2
* test-lib: separate individual test better in verbose mode.Martin Waitz2006-10-071-0/+3
* Merge branch 'jc/gitpm'Junio C Hamano2006-09-301-0/+2
|\
| * Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-071-0/+4
| |\
| * | Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC mungingPetr Baudis2006-07-031-3/+2
| * | Perly Git: make sure we do test the freshly built one.Junio C Hamano2006-07-021-1/+2
| * | Perl interface: make testsuite work again.Junio C Hamano2006-07-021-0/+2
* | | Deprecate merge-recursive.pyJunio C Hamano2006-09-241-1/+1
* | | Quote arguments to tr in test-libRobin Rosenberg2006-09-221-1/+1
* | | Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-021-1/+9
| |/ |/|
* | Merge branch 'ml/trace'Junio C Hamano2006-07-121-0/+1
|\ \
| * | test-lib: unset GIT_TRACEJunio C Hamano2006-07-121-0/+1
| |/
* | tests: Set EDITOR=: and VISUAL=: globallyEric Wong2006-07-111-0/+3
|/
* Merge part of jc/portable branchJunio C Hamano2006-02-211-0/+2
|\
| * Optionally work without pythonJohannes Schindelin2006-02-181-0/+2
* | Abstract test_create_repo out for use in tests.Carl Worth2006-02-171-6/+17
|/
* Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano2006-02-101-4/+6
* trivial: check, if t/trash directory was successfully createdAlex Riesen2006-01-051-1/+1
* get_sha1_basic(): corner case ambiguity fixJunio C Hamano2005-12-151-0/+1
* t0000: catch trivial pilot errors.Junio C Hamano2005-12-101-2/+7
* Use GIT_EXEC_PATH explicitly for initial git-init-db in tests.Junio C Hamano2005-12-091-3/+2
* use "git init-db" in testsAlex Riesen2005-12-091-2/+2
* Make sure we use compat/subprocess.py with Python 2.3 while running tests.Junio C Hamano2005-12-071-1/+12
* test-lib.sh: Add new function, test_expect_codeFredrik Kuivinen2005-12-031-0/+13
* Fix tests with new git in CJohannes Schindelin2005-11-151-0/+2
* Disable hooks during tests.Junio C Hamano2005-10-161-1/+5
* Also force LC_ALL in test scripts.Junio C Hamano2005-10-091-1/+2
* [PATCH] Trapping exit in tests, using return for errors: further fixes.Pavel Roskin2005-08-111-3/+5
* [PATCH] Trapping exit in tests, using return for errorsPavel Roskin2005-08-111-4/+15
* [PATCH] Need to set PAGER in testsPavel Roskin2005-08-111-1/+2
* String comparison of test is done with '=', not '=='.Junio C Hamano2005-08-111-4/+4
* [PATCH] Test framework: prettyprint the failed command.Junio C Hamano2005-07-221-1/+3
* [PATCH 1/2] Test suite fixup.Junio C Hamano2005-05-141-9/+17
* Try to make test output look betterPetr Baudis2005-05-141-2/+2