Code

Remove Git's support for smoke testing
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 23 Dec 2011 17:08:18 +0000 (17:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Feb 2012 10:29:07 +0000 (02:29 -0800)
commitd24fbca7a5dcce2eb5e41266dd1be111b47a730c
tree04a48e546a480dd1d7e57abed1482372ce4f953a
parent6d62c983f7d91565a15e49955b3ed94ae7c73434
Remove Git's support for smoke testing

I'm no longer running the Git smoke testing service at
smoke.git.nix.is due to Smolder being a fragile piece of software not
having time to follow through on making it easy for third parties to
run and submit their own smoke tests.

So remove the support in Git for sending smoke tests to
smoke.git.nix.is, it's still easy to modify the test suite to submit
smokes somewhere else.

This reverts the following commits:

    Revert "t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target" -- e38efac87d
    Revert "t/README: Document the Smoke testing" -- d15e9ebc5c
    Revert "t/Makefile: Create test-results dir for smoke target" -- 617344d77b
    Revert "tests: Infrastructure for Git smoke testing" -- b6b84d1b74

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/Makefile
t/README
t/harness [deleted file]