summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2007-04-29Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett
2007-04-24t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano
2007-04-16Fix permissions on test scriptsAlex Riesen
2007-02-25Update tests to use test-chmtimeEric Wong
2007-02-23Make tests independent of global config filesJohannes Schindelin
2007-02-04Default GIT_MERGE_VERBOSITY to 5 during tests.Shawn O. Pearce
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2007-01-06Fix timestamp for test-tickJunio C Hamano
2006-12-29t5400 send-pack test: try a bit more nontrivial transfer.Junio C Hamano
2006-12-29GIT_SKIP_TESTS: allow users to omit tests that are known to breakJunio C Hamano
2006-12-28test-lib: quiet down init-db output for testsEric Wong
2006-12-19Introduce GIT_TEMPLATE_DIRJohannes Schindelin
2006-12-19Revert "fix testsuite: make sure they use templates freshly built from the so...Junio C Hamano
2006-12-19fix testsuite: make sure they use templates freshly built from the sourceJunio C Hamano
2006-11-22remove merge-recursive-oldJunio C Hamano
2006-11-13test-lib.sh: A command dying due to a signal is an unexpected failure.Johannes Sixt
2006-10-24Set $HOME for selftestsGerrit Pape
2006-10-08test-lib: separate individual test better in verbose mode.Martin Waitz
2006-10-01Merge branch 'jc/gitpm'Junio C Hamano
2006-09-25Deprecate merge-recursive.pyJunio C Hamano
2006-09-23Quote arguments to tr in test-libRobin Rosenberg
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder
2006-08-08Merge branch 'master' into pb/gitpmJunio C Hamano
2006-07-13Merge branch 'ml/trace'Junio C Hamano
2006-07-13test-lib: unset GIT_TRACEJunio C Hamano
2006-07-11tests: Set EDITOR=: and VISUAL=: globallyEric Wong
2006-07-04Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC mungingPetr Baudis
2006-07-03Perly Git: make sure we do test the freshly built one.Junio C Hamano
2006-07-03Perl interface: make testsuite work again.Junio C Hamano
2006-02-21Merge part of jc/portable branchJunio C Hamano
2006-02-19Optionally work without pythonJohannes Schindelin
2006-02-18Abstract test_create_repo out for use in tests.Carl Worth
2006-02-11Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano
2006-01-06trivial: check, if t/trash directory was successfully createdAlex Riesen
2005-12-15get_sha1_basic(): corner case ambiguity fixJunio C Hamano
2005-12-11t0000: catch trivial pilot errors.Junio C Hamano
2005-12-10Use GIT_EXEC_PATH explicitly for initial git-init-db in tests.Junio C Hamano
2005-12-09use "git init-db" in testsAlex Riesen
2005-12-08Make sure we use compat/subprocess.py with Python 2.3 while running tests.Junio C Hamano
2005-12-03test-lib.sh: Add new function, test_expect_codeFredrik Kuivinen
2005-11-16Fix tests with new git in CJohannes Schindelin
2005-10-16Disable hooks during tests.Junio C Hamano
2005-10-10Also force LC_ALL in test scripts.Junio C Hamano
2005-08-12[PATCH] Trapping exit in tests, using return for errors: further fixes.Pavel Roskin
2005-08-12[PATCH] Trapping exit in tests, using return for errorsPavel Roskin
2005-08-12[PATCH] Need to set PAGER in testsPavel Roskin
2005-08-12String comparison of test is done with '=', not '=='.Junio C Hamano
2005-07-23[PATCH] Test framework: prettyprint the failed command.Junio C Hamano
2005-05-14[PATCH 1/2] Test suite fixup.Junio C Hamano
2005-05-14Try to make test output look betterPetr Baudis