Bug 2524: improving the submitted test reports
authorAndrew Moore <andrew.moore@liblime.com>
Fri, 15 Aug 2008 18:17:14 +0000 (13:17 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 28 Oct 2008 21:09:23 +0000 (22:09 +0100)
commita1a25cafabe1aada4b2cb9197708fbd090322a44
tree557ae36bfde13d9163297ca9d38e2acef0e5a431
parent4dd6378b1b89ff68c96c9ca1170d8288fe097b47
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