From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: git@vger.kernel.org
Cc: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: [PATCH/RFC v2 0/2] Smoke testing for Git
Date: Fri, 30 Jul 2010 22:43:25 +0000 [thread overview]
Message-ID: <1280529807-23677-1-git-send-email-avarab@gmail.com> (raw)
This is v2 of the smoke testing RFC. It solves the TODO issues noted
in v1 of the RFC. There's now a smoke testing infrastructure for Git
at http://smoke.git.nix.is/, and this patch adds bits to git to
interoperate with it.
There's a lot more info in the first patch, and t/README documentation
in the second one.
Ævar Arnfjörð Bjarmason (2):
tests: Infrastructure for Git smoke testing
t/README: Document the Smoke testing
t/Makefile | 35 ++++++++++++++++++++++++++++++-
t/README | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
t/harness | 21 +++++++++++++++++++
3 files changed, 121 insertions(+), 1 deletions(-)
create mode 100755 t/harness
next reply other threads:[~2010-07-30 22:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-30 22:43 Ævar Arnfjörð Bjarmason [this message]
2010-07-30 22:43 ` [PATCH/RFC v2 1/2] tests: Infrastructure for Git smoke testing Ævar Arnfjörð Bjarmason
2010-07-30 22:43 ` [PATCH/RFC v2 2/2] t/README: Document the Smoke testing Ævar Arnfjörð Bjarmason
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1280529807-23677-1-git-send-email-avarab@gmail.com \
--to=avarab@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).