summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2008-06-01t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLea Wiemann
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss
2008-05-19t/Makefile: "trash" directory was renamed recentlyBrandon Casey
2008-05-19Ensure that a test is run in the trash directoryAlex Riesen
2008-05-05Rename the test trash directory to contain spaces.Bryan Donlan
2008-05-05test-lib.sh: Fix some missing path quotingBryan Donlan
2008-05-05test-lib.sh: Add a test_set_editor function to safely set $VISUALBryan Donlan
2008-03-27test_must_fail: 129 is a valid error code from usage()Junio C Hamano
2008-03-19Test: catch if trash cannot be removedJunio C Hamano
2008-03-13add test_cmp function for test scriptsJeff King
2008-03-08Merge branch 'maint'Junio C Hamano
2008-03-07test-lib: fix TERM to dumb for test repeatabilityJunio C Hamano
2008-03-03tests: introduce test_must_failJunio C Hamano
2008-03-02Merge branch 'cb/http-test'Junio C Hamano
2008-02-29use build-time SHELL_PATH in test scriptsJeff King
2008-02-29tests: introduce test_must_failJunio C Hamano
2008-02-27http-push: add regression testsClemens Buchacher
2008-02-06fix config reading in testsJeff King
2008-02-03test: reword the final message of tests with known breakagesJunio C Hamano
2008-02-02Sane use of test_expect_failureJunio C Hamano
2008-01-31Fix typo in a comment in t/test-lib.shMichele Ballabio
2007-11-10test-lib.sh: move error line after error() declarationMichele Ballabio
2007-11-01Do no colorify test output if stdout is not a terminalAlex Riesen
2007-10-25Support a --quiet option in the test-suite.Pierre Habouzit
2007-10-25Add some fancy colors in the test library when terminal supports it.Pierre Habouzit
2007-07-31Unset GIT_EDITOR while running tests.Junio C Hamano
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer
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