summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/test-must-fail-missing'Junio C Hamano2010-09-081-2/+21
|\
| * tests: make test_might_fail fail on missing commandsJonathan Nieder2010-08-311-0/+3
| * tests: make test_might_fail more verboseJonathan Nieder2010-08-311-1/+6
| * tests: make test_must_fail fail on missing commandsJeff King2010-08-311-0/+3
| * tests: make test_must_fail more verboseJeff King2010-08-311-1/+9
* | Merge branch 'ab/test-2'Junio C Hamano2010-09-041-36/+83
|\ \ | |/ |/|
| * tests: factor HOME=$(pwd) in test-lib.shMatthieu Moy2010-08-311-0/+3
| * test-lib: use subshell instead of cd $new && .. && cd $oldÆvar Arnfjörð Bjarmason2010-08-311-6/+6
| * tests: simplify "missing PREREQ" messageJonathan Nieder2010-08-311-1/+7
| * test-lib: Allow overriding of TEST_DIRECTORYÆvar Arnfjörð Bjarmason2010-08-311-1/+7
| * test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../Ævar Arnfjörð Bjarmason2010-08-311-14/+15
| * test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../Ævar Arnfjörð Bjarmason2010-08-311-8/+8
| * test: Introduce $GIT_BUILD_DIRThomas Rast2010-08-311-0/+1
| * test-lib: Multi-prereq support only checked the last prereqÆvar Arnfjörð Bjarmason2010-08-181-3/+18
| * tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason2010-08-181-0/+4
| * test-lib: Print missing prerequisites in test outputÆvar Arnfjörð Bjarmason2010-08-181-1/+1
| * test-lib: Add support for multiple test prerequisitesÆvar Arnfjörð Bjarmason2010-08-181-6/+14
| * test-lib: Don't write test-results when HARNESS_ACTIVEÆvar Arnfjörð Bjarmason2010-08-181-10/+13
* | Merge branch 'mm/rebase-i-exec'Junio C Hamano2010-08-211-0/+32
|\ \
| * | test-lib: user-friendly alternatives to test [-d|-f|-e]Matthieu Moy2010-08-111-0/+32
* | | Merge branch 'jn/rebase-rename-am'Junio C Hamano2010-08-181-0/+4
|\ \ \ | |_|/ |/| |
| * | t4150 (am): style fixJonathan Nieder2010-07-231-0/+4
| |/
* | Merge branch 'ab/tap' into maintJunio C Hamano2010-08-021-4/+3
|\ \ | |/ |/|
| * test-lib: Remove 3 year old no-op --no-python optionÆvar Arnfjörð Bjarmason2010-08-021-3/+0
| * test-lib: Ignore --quiet under a TAP harnessÆvar Arnfjörð Bjarmason2010-08-021-1/+3
* | Only run aggregate-results over actual countsThomas Rast2010-07-161-1/+1
* | test-lib: TAP compliance for skipping tests on requestMichael J Gruber2010-07-121-2/+2
* | test-lib: simplify GIT_SKIP_TESTS loopMichael J Gruber2010-07-121-10/+3
|/
* test-lib: output a newline before "ok" under a TAP harnessÆvar Arnfjörð Bjarmason2010-06-251-0/+3
* test-lib: Make the test_external_* functions TAP-awareÆvar Arnfjörð Bjarmason2010-06-251-12/+39
* test-lib: Adjust output to be valid TAP formatÆvar Arnfjörð Bjarmason2010-06-251-12/+18
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+10
|\
| * test-lib: use DIFF definition from GIT-BUILD-OPTIONSJunio C Hamano2010-06-111-10/+10
| * fixup: do not unconditionally disable "diff -u"Junio C Hamano2010-05-311-1/+10
* | Merge branch 'jn/gitweb-caching-prep'Junio C Hamano2010-05-211-0/+3
|\ \
| * | Export more test-related variables when running external testsJakub Narebski2010-05-011-0/+3
| |/
* | Merge branch 'jn/t7006-fixup'Junio C Hamano2010-05-211-0/+16
|\ \
| * | t7006: guard cleanup with test_expect_successJonathan Nieder2010-04-141-0/+16
* | | test-lib: some shells do not let $? propagate into an evalJonathan Nieder2010-05-061-3/+4
* | | test-lib: Let tests specify commands to be run at end of testJonathan Nieder2010-05-041-1/+27
* | | test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.Michal Sojka2010-05-041-0/+12
| |/ |/|
* | Merge branch 'tr/notes-display'Junio C Hamano2010-03-241-0/+4
|\ \ | |/ |/|
| * notes: implement helpers needed for note copying during rewriteThomas Rast2010-03-121-0/+2
| * Support showing notes from more than one notes treeThomas Rast2010-03-121-0/+1
| * test-lib: unset GIT_NOTES_REF to stop it from influencing testsThomas Rast2010-03-121-0/+1
* | unset GREP_OPTIONS in test-lib.shBert Wesarg2010-03-071-0/+2
* | tests: consolidate CR removal/addition functionsStephen Boyd2010-01-251-0/+16
* | Merge branch 'jc/fix-tree-walk'Junio C Hamano2010-01-241-0/+6
|\ \ | |/ |/|
| * tests: move convenience regexp to match object names to test-lib.shJunio C Hamano2010-01-031-0/+6
* | Merge branch 'mo/bin-wrappers'Junio C Hamano2010-01-071-12/+21
|\ \