git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Smoke testing for Git
@ 2010-08-08 14:49 Ævar Arnfjörð Bjarmason
  2010-08-08 14:49 ` [PATCH v2 1/4] tests: Infrastructure for Git smoke testing Ævar Arnfjörð Bjarmason
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2010-08-08 14:49 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Thomas Rast,
	Ævar Arnfjörð Bjarmason

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-08 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-08 14:49 [PATCH v2 0/4] Smoke testing for Git Ævar Arnfjörð Bjarmason
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

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).