Bug 2524: improving the submitted test reports
authorAndrew Moore <andrew.moore@liblime.com>
Fri, 15 Aug 2008 18:17:14 +0000 (13:17 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 3 Sep 2009 21:37:57 +0000 (09:37 +1200)
commit24d9a112d0229be3ac1abc633d3debb36684b01d
tree16e679b41b844df6e0a792e5d31886e032669f35
parent859c105e236e421b193edc02b8005f0b8e49be12
Bug 2524: improving the submitted test reports

switching from 'prove' to 'perl' to run the test scripts when we're preparing
them to be submitted to smolder. Prove adds an additional summary at the end
of the test run which confuses the TAP parser in smolder. It thinks that an
additional test has been run, and it fails it.

Then, I added a '-' before the command in the Makefile. THat's so that even
if 'perl' returns a failing code (because some tess failed), the rest of the
rules are run and a report gets submitted. Othewise, only passing reports
get sent.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
t/Makefile