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)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 18 Aug 2008 12:16:35 +0000 (07:16 -0500)
commitdff4d760f68c88c3cffa8af063a154c6b3f9e37f
tree0846fd0cd4d0e2ba07ee4fef2686b77a8f6a4345
parent7a80acb1e1da34d1ff83387db8c0263244c798c5
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]