aboutsummaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAge
* test-lib.sh: Help test_create_repo() find the templates dirMichael J Gruber2009-04-21
* tests: skip perl tests if NO_PERL is definedJeff King2009-04-08
* Merge branch 'maint'Junio C Hamano2009-03-28
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-28
| |\
| | * test-lib: Clean up comments and Makefile.Emil Sit2009-03-28
* | | Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6tJunio C Hamano2009-03-25
|\ \ \
| * | | t7502-commit: Skip SIGTERM test on WindowsJohannes Sixt2009-03-25
* | | | Merge branch 'js/windows-tests'Junio C Hamano2009-03-24
|\ \ \ \ | |/ / /
| * | | t3700: Skip a test with backslashes in pathspecJohannes Sixt2009-03-22
| * | | Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt2009-03-22
| * | | Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-22
| * | | test-lib: Infrastructure to test and check for prerequisitesJohannes Sixt2009-03-21
| * | | Tests on Windows: $(pwd) must return Windows-style pathsJohannes Sixt2009-03-19
| * | | test-lib: Work around missing sum on WindowsJohannes Sixt2009-03-19
| * | | test-lib: Work around incompatible sort and find on WindowsJohannes Sixt2009-03-19
* | | | Merge branch 'mg/test-installed'Junio C Hamano2009-03-21
|\ \ \ \ | |/ / / |/| | |
| * | | test-lib.sh: Allow running the test suite against installed gitMichael J Gruber2009-03-16
| * | | test-lib.sh: Test for presence of git-init in the right path.Michael J Gruber2009-03-16
* | | | test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt2009-03-19
* | | | test-lib: Simplify test counting.Johannes Sixt2009-03-19
* | | | test-lib: Replace uses of $(expr ...) by POSIX shell features.Johannes Sixt2009-03-19
|/ / /
* | | test-lib: write test results to test-results/<basename>-<pid>Johannes Schindelin2009-03-14
* | | Merge branch 'js/valgrind'Junio C Hamano2009-03-05
|\ \ \ | |/ / |/| |
| * | test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATHJohannes Schindelin2009-02-03
| * | Tests: let --valgrind imply --verbose and --teeJohannes Schindelin2009-02-03
| * | test-lib.sh: optionally output to test-results/$TEST.out, tooJohannes Schindelin2009-02-03
| * | Valgrind support: check for more than just programming errorsJohannes Schindelin2009-02-03
| * | Add valgrind support in test scriptsJohannes Schindelin2009-02-03
* | | Merge branch 'maint'Junio C Hamano2009-02-18
|\ \ \ | |/ / |/| / | |/
| * tests: fix "export var=val"Junio C Hamano2009-02-18
* | tests: fix test_commit() for case insensitive filesystemsJunio C Hamano2009-02-03
* | test-lib.sh: introduce test_commit() and test_merge() helpersJohannes Schindelin2009-01-28
* | use uppercase POSIX compliant signals for the 'trap' commandMarkus Heidelberg2009-01-19
|/
* Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin2008-12-14
* Merge branch 'maint'Shawn O. Pearce2008-10-12
|\
| * test-lib: fix broken printfShawn O. Pearce2008-10-12
* | Merge branch 'maint'Shawn O. Pearce2008-10-10
|\ \ | |/
| * test-lib: fix color reset in say_color()Miklos Vajna2008-10-10
* | test-lib: do not remove trash_directory if called with --debugJohannes Schindelin2008-08-21
* | Merge branch 'jc/test-deeper'Junio C Hamano2008-08-20
|\ \
| * | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-17
| |/
* | Enable parallel testsJohannes Schindelin2008-08-08
|/
* t/test-lib.sh: exit with small negagive int is ok with test_must_failStephan Beyer2008-07-13
* Merge branch 'dr/ceiling'Junio C Hamano2008-07-07
|\
| * Add support for GIT_CEILING_DIRECTORIESDavid Reiss2008-05-23
* | test-lib.sh: show git init output when in verbose modeLea Wiemann2008-06-26
* | Merge branch 'sr/tests'Junio C Hamano2008-06-25
|\ \
| * | Modify test-lib.sh to output stats to t/test-results/*Sverre Rabbelier2008-06-08
* | | Merge branch 'lw/perlish'Junio C Hamano2008-06-25
|\ \ \
| * | | t/test-lib.sh: add test_external and test_external_without_stderrLea Wiemann2008-06-19