Bug 2524: improving the submitted test reports
authorAndrew Moore <andrew.moore@liblime.com>
Fri, 15 Aug 2008 18:17:14 +0000 (13:17 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 18 Aug 2008 12:17:34 +0000 (07:17 -0500)
commitdaa2a042230a1d3a2f97fd9a6c4261b77bcbacc7
tree84a76888d3a1c000847b40a76f9b856e18b39b4c
parent481929bd5e45d64a5b6437a560f5bac3ce16b024
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