Bug 2524: Adding script to submit test reports to smolder server
authorAndrew Moore <andrew.moore@liblime.com>
Fri, 15 Aug 2008 13:41:28 +0000 (08:41 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 28 Oct 2008 21:09:23 +0000 (22:09 +0100)
commita6758584ad101cd803842cbe2e8f2d5252e8124d
tree70871e537415f18e2d34aa20fb6ccfadefd1dc03
parentdd2d09f8cc09c09a4b34925dbe7e7692fb1da4be
Bug 2524: Adding script to submit test reports to smolder server

This patch adds a target in the t/Makefile and a script in t/smolder_smoke_signal
to submit the results of test runs to a smolder server. It will allow users to submit
their own test results to a central location by running "make submit" from the t/
directory.

Smolder is a web-based application that aggregates and presents the output of
tests. We have an instance running at:
http://arwen.metavore.com:8000/app/public_projects/smoke_reports/1

More information about using smolder for Koha is available at:
http://wiki.koha.org/doku.php?id=en:development:smoke_reports

I intend to have the test suite run each night automatically and the results
sent to the smolder server. This will help us keep track of the current state
of the the code and possibly catch bugs introduced by changes. I encourge others
to submit their own test results if they want, especially if they are on an unusual
platform or are with a non-standard configuration.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
t/Makefile
t/smolder_smoke_signal [new file with mode: 0755]