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