Here's v3 of the TAP support for Git series, which replaces the one already in pu. Changes since v2: * The tests now run cleanly under: prove -v ./t0005-signals.sh :: --verbose --debug This required changing 'ok' to 'pass' in a few tests, and emitting a newline before ok/not ok under HARNESS_ACTIVE=1 as I suggested on-list. * The Perl tests now properly report failure if they fail via their exit code, previously a failure from them wouldn't be propagated. * Extra docs in t/README hinting at prove's --state option, in particular: # Repeat until no more failures $ prove -j 15 --state=failed,save ./t[0-9]*.sh * diff --check clean (wasn't before because I didn't want to change existing lines, but they deserve to to be changed) Changes since v2 in diff --stat format: t/README | 10 ++++++++-- t/t1020-subdirectory.sh | 12 ++++++------ t/t2102-update-index-symlinks.sh | 2 +- t/t3700-add.sh | 12 ++++++------ t/t9700-perl-git.sh | 7 +++---- t/t9700/test.pl | 2 ++ t/test-lib.sh | 3 +++ 7 files changed, 29 insertions(+), 19 deletions(-) Ævar Arnfjörð Bjarmason (5): Make test-lib.sh emit valid TAP format Skip tests in a way that makes sense under TAP We use TAP so the Perl test can run without scaffolding TAP: Say "pass" rather than "ok" on an empty line TAP: Make sure there's a newline before "ok" under harness t/README | 55 +++++++++++++----- t/lib-git-svn.sh | 4 +- t/lib-httpd.sh | 3 +- t/t1020-subdirectory.sh | 12 ++-- t/t1304-default-acl.sh | 9 ++- t/t1509-root-worktree.sh | 6 +- t/t2007-checkout-symlink.sh | 2 +- t/t2102-update-index-symlinks.sh | 2 +- t/t3300-funny-names.sh | 2 +- t/t3302-notes-index-expensive.sh | 2 +- t/t3600-rm.sh | 2 +- t/t3700-add.sh | 12 ++-- t/t3701-add-interactive.sh | 4 +- t/t3902-quoted.sh | 2 +- t/t4004-diff-rename-symlink.sh | 2 +- t/t4011-diff-symlink.sh | 2 +- t/t4016-diff-quote.sh | 2 +- t/t4023-diff-rename-typechange.sh | 2 +- t/t4114-apply-typechange.sh | 2 +- t/t4115-apply-symlink.sh | 2 +- t/t4122-apply-symlink-inside.sh | 2 +- t/t5302-pack-index.sh | 2 +- t/t5503-tagfollow.sh | 2 +- t/t5522-pull-symlink.sh | 2 +- t/t5540-http-push.sh | 2 +- t/t5541-http-push.sh | 2 +- t/t5550-http-fetch.sh | 2 +- t/t5551-http-fetch.sh | 2 +- t/t5561-http-backend.sh | 2 +- t/t5705-clone-2gb.sh | 2 +- t/t6035-merge-dir-to-symlink.sh | 2 +- t/t7004-tag.sh | 2 +- t/t7006-pager.sh | 2 +- t/t7800-difftool.sh | 2 +- t/t9001-send-email.sh | 4 +- t/t9100-git-svn-basic.sh | 2 +- t/t9119-git-svn-info.sh | 2 +- t/t9129-git-svn-i18n-commitencoding.sh | 2 +- t/t9143-git-svn-gc.sh | 2 +- t/t9200-git-cvsexportcommit.sh | 4 +- t/t9400-git-cvsserver-server.sh | 6 +- t/t9401-git-cvsserver-crlf.sh | 6 +- t/t9600-cvsimport.sh | 2 +- t/t9700-perl-git.sh | 12 ++-- t/t9700/test.pl | 11 ++++ t/test-lib.sh | 95 +++++++------------------------- 46 files changed, 143 insertions(+), 162 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html