summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
AgeCommit message (Expand)Author
2009-03-21test-lib: Infrastructure to test and check for prerequisitesJohannes Sixt
2009-03-19Tests on Windows: $(pwd) must return Windows-style pathsJohannes Sixt
2009-03-19test-lib: Work around missing sum on WindowsJohannes Sixt
2009-03-19test-lib: Work around incompatible sort and find on WindowsJohannes Sixt
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt
2009-03-19test-lib: Simplify test counting.Johannes Sixt
2009-03-19test-lib: Replace uses of $(expr ...) by POSIX shell features.Johannes Sixt
2009-03-16test-lib.sh: Allow running the test suite against installed gitMichael J Gruber
2009-03-16test-lib.sh: Test for presence of git-init in the right path.Michael J Gruber
2009-03-14test-lib: write test results to test-results/<basename>-<pid>Johannes Schindelin
2009-03-05Merge branch 'js/valgrind'Junio C Hamano
2009-02-18Merge branch 'maint'Junio C Hamano
2009-02-18tests: fix "export var=val"Junio C Hamano
2009-02-04test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATHJohannes Schindelin
2009-02-04Tests: let --valgrind imply --verbose and --teeJohannes Schindelin
2009-02-04test-lib.sh: optionally output to test-results/$TEST.out, tooJohannes Schindelin
2009-02-04Valgrind support: check for more than just programming errorsJohannes Schindelin
2009-02-04Add valgrind support in test scriptsJohannes Schindelin
2009-02-04tests: fix test_commit() for case insensitive filesystemsJunio C Hamano
2009-01-29test-lib.sh: introduce test_commit() and test_merge() helpersJohannes Schindelin
2009-01-20use uppercase POSIX compliant signals for the 'trap' commandMarkus Heidelberg
2008-12-15Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin
2008-10-12Merge branch 'maint'Shawn O. Pearce
2008-10-12test-lib: fix broken printfShawn O. Pearce
2008-10-10Merge branch 'maint'Shawn O. Pearce
2008-10-10test-lib: fix color reset in say_color()Miklos Vajna
2008-08-22test-lib: do not remove trash_directory if called with --debugJohannes Schindelin
2008-08-21Merge branch 'jc/test-deeper'Junio C Hamano
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2008-08-09Enable parallel testsJohannes Schindelin
2008-07-13t/test-lib.sh: exit with small negagive int is ok with test_must_failStephan Beyer
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano
2008-06-27test-lib.sh: show git init output when in verbose modeLea Wiemann
2008-06-25Merge branch 'sr/tests'Junio C Hamano
2008-06-25Merge branch 'lw/perlish'Junio C Hamano
2008-06-19t/test-lib.sh: add test_external and test_external_without_stderrLea Wiemann
2008-06-19test-lib.sh: add --long-tests optionLea Wiemann
2008-06-14Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski
2008-06-13t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann
2008-06-08Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier
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