From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: git@vger.kernel.org
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Thomas Rast" <trast@student.ethz.ch>,
"Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Subject: [PATCH v2 0/4] Smoke testing for Git
Date: Sun, 8 Aug 2010 14:49:23 +0000 [thread overview]
Message-ID: <1281278967-31376-1-git-send-email-avarab@gmail.com> (raw)
v2 of the non-RFC version of the smoke testing for Git series. It goes
on top of Git (due to pu changes in t/README).
Changes since v1:
* We can't include GIT-BUILD-OPTIONS. Change by Thomas Rast
* Add SMOKE_{COMMENT,TAGS}= to submit a comment or list of tags with
the smoke report. There are examples of this at
http://smoke.git.nix.is/app/projects/smoke_reports/1
* Do --foo="$(BAR)", not --foo=$(BAR) to avoid quoting issues
* Minor changes not worth noting, like rewording commit messages a
bit.
Ævar Arnfjörð Bjarmason (4):
tests: Infrastructure for Git smoke testing
t/README: Document the Smoke testing
t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .sh
t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target
t/Makefile | 41 ++++++++++++++++++++++++++++++++-
t/README | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
t/harness | 21 +++++++++++++++++
3 files changed, 134 insertions(+), 1 deletions(-)
create mode 100755 t/harness
next reply other threads:[~2010-08-08 14:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-08 14:49 Ævar Arnfjörð Bjarmason [this message]
2010-08-08 14:49 ` [PATCH v2 1/4] tests: Infrastructure for Git smoke testing Ævar Arnfjörð Bjarmason
2010-08-08 20:20 ` Sverre Rabbelier
2010-08-08 14:49 ` [PATCH v2 2/4] t/README: Document the Smoke testing Ævar Arnfjörð Bjarmason
2010-08-08 14:49 ` [PATCH v2 3/4] t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .sh Ævar Arnfjörð Bjarmason
2010-08-08 14:49 ` [PATCH v2 4/4] t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target Æ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=1281278967-31376-1-git-send-email-avarab@gmail.com \
--to=avarab@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=trast@student.ethz.ch \
/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).