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)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 3 Sep 2009 21:37:20 +0000 (09:37 +1200)
commit859c105e236e421b193edc02b8005f0b8e49be12
treea3fc9fa9d1a90bcedc32a7a617a531baf897c397
parent5eafcf52def1d290a1888132d43cb830ce546ded
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